I would like to know how I can filter a table with DOM data that has a datetime column based on a selected time range.
Hi Mieke,
In the GQI query which fetches the DOM instances, you can add a filter on the 'Created' column, and select the 'Use Feed' option. This will allow you to do filtering based on the active selection in the Time Range feed.
In case you want to display the DOM instances which fall within the selected range, you'll have the add this filter twice, configuring it once to filter on the column value being greater than the time range 'From' property, and once to filter on the column value being less than the time range feed 'To' property.