We have a GQI query in which a time range component is used as a filter. The reqults are filtered according to the selected time range.
We would like to be able to easily disable the time filtering while using the app, so that all data is being shown in the table. Is there a way to clear the time range component, similar to how eg a filter box component can be cleared?
Hi Ruben,
This is currently not possible. The time range component always outputs a timespan, it isn't possible to output an empty value. Even when manually clearing all fields, the output isn't updated.
A workaround for the time being would be to use a query filter component to filter on the date columns.