Report Tag History Data Sub Query

Is there a way to take the tag history data for a start and end date binding, then query that to only show values between two numbers. I need to create a table that shows data over a 24 hour period, however this generates a lot of data and I only need to see critical data between two points. Don’t know if there is some way to use a where clause based on the data that is brought in for the 24 hrs. Example where data < 180 and > 160. Thank you for the help.

You can access the results of another data source in a scripting data source which would allow you to iterate over it with some Python code.

Another option would be to use a filter key on the table.