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,
This is possible with 2 Filter operations, 1 that uses the 'From' property of the Time range component, and 1 that uses the 'To' property of the Time range component:
Hi Mieke,
To filter the data in your table, you can link the time range component as a feed to the query. To do this, you will need to add 2 filter nodes to user the 'From' and 'To' feeds of the time range component. In the screenshot you can see an example where I want my 'Start time' to be greater then the 'From' of the 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.