Hi Team,
I’m working with a GQI table that contains Service Start Time and Service End Time in UTC format. Upon selecting a row, I would like to feed these timestamp values into a DateTime component, which would then be used to filter data in a second GQI table based on the selected time range.
Additionally, the user should be able to manually adjust the DateTime component, and the second GQI table should dynamically update to reflect the new time range.
I’m currently using DataMiner version 10.5.2.0. Could you please suggest any suitable components or approaches to achieve this functionality?
Hi Baranisudha,
Your setup includes two tables and a time range, where the time range drives the query for the second table. With that in mind, you’ve got a couple of options:
-
If you're using an ad hoc data source, you can pass time range metadata. This lets the time range show up in Dashboards or Low-Code Apps when a selection is made. You can connect that to a time range component, which then feeds into the second table's query.
-
In the first table, you can use a cell template that triggers an action when clicked. That action can update the time range, which will then filter the second table based on the new value.