Filter Alarm Status Tags by folder

Hi,

I want to display the number of active alarms using the system alarm tags. But only want the number of active alarms from a specific tag folder. How do i do this in an expression?

Well, if you really want to use an expression binding, I'd say you could use a Script Transform to run a query alarming script to retrieve the information you want. Have a look in this system function: system.alarm.queryStatus | Ignition User Manual.

Thank you, I will do it this way if its easier.