Hello Dojo,
We have a query that joins the Alarm table (Get Alarms) with another table that contains the element names. The idea is to check if there are any active alarms for the elements listed in that table.
That said, unfortunately, when a new alarm appears or changes severity (e.g., from Critical to Normal), the query is not automatically updated. The data only refreshes when we manually reload the page — it doesn't update by itself.
Please find attached a screenshot showing what the query returns. Could you help us understand how we can make this query refresh automatically when alarm states change?
Hi Yohan,
Hope you managed to solved it using trigger component already.
if you have not, you could also try to do it via Real-Time Events if your data source supports it
Here is more information
https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/GQI/Query_updates.html?q=real%20time%20update

Hello Frans,
We solved it with Miguel’s answer, but we will definitely take a look at this.
Thank you very much!