Hi there!
I created a QUERIES to count the alarms of a parameter, but the count result stays at the number it had when the rule was created and does not update. I have turned Update Data to ON, but it still doesn't work. How can I make the data update when the alarm status changes?



Hi Zheng,
At the moment, not all query data sources and operators allow for (full) real-time updates in the Web apps. You can find a detailed list of what is supported in the docs.
If something is not supported, you can create your own ad hoc data source that implements the required filtering & updating for your use case.
Note you probably want to filter on "Is active" as well, otherwise you're counting history alarms as well.