How to filter a table depending on row content?

Hi,

I have a table that I want to only show 1 row per hour of data from tag history of a UDT. The tag history logs a lot more times then once per hour, but if I grab the oldest value in the hour chunk it should work. What is the best way of doing this?

Thanks,

Will

You can bind a new GUI property to the history table and then set a listener on the property change of that new GUI property to extract one row and display it somewhere else (another table, or split it up in different fields).

Will,

I think you want to get multiple hours of data, right?

It would probably be best to query the history directly in the table.

Here is the relevant page in the documentation:

https://docs.inductiveautomation.com/display/DOC79/Tag+Historian+and+Tables