Alarm Status Table filter on Priority

Hello,

I would like to filter alarms in the Alarm Status table component. I did it on the Alarm Journal and it worked well, I used the MinimumPriority and MaximumPriority properties. The problem is : with the Alarm Status Table, I have the MinPriority but I don’t have the MaxPriority. Is there another way to filter on a single priority ( for exemple if I only want to display Low alarms)?

Thank you for your help

Eléa

This is how I did it for Ignition 7.9:
On the Alarm Status Table component, you can open the scripting window, and under Extension Function there’s a “Filter Alarm” script.
You can play with the – alarmEvent.get(“priority”) –

Not sure if they made it easier in Ignition 8.0.