Tag Historian values in a table

I am tracking tags using the tag historian and I would like to implement a value compare table, where it shows the current value and then a value from a selected time.
Here is an example of what I want it to do.


Does anyone know if it is possible to do this all in the same table, it seems like I need to use two separate tables.

Thanks

1 Like

Definitely, possible. You will have to build the displayed data set though, using system.tag.queryTagHistory and other dataset helper functions.