Hi, I would like to link a shape to the following table (FYI: the table has 59 rows):
I want the shape to show the highest severity alarm raised.
Furthermore rows with the following IDX in the following list should not be included: AC Phase1 Fail, AC Phase2 Fail, AC Phase3 Fail, Partial AC Fail, AC Fail, Low Float, High Float, Load Fuse Fail, Battery Fuse Fail, Rectifier Fail
I'm unable to solve my situation with only the use of wildcard '*' and '?' to create the required condition. I would like to find out if the 'Alarm' shape data field supports the use of regex or support a list of IDX to make specifying the condition easier?
I believe for situations like this you're better of using an alarm filter. This can be done with the AlarmSummary shape. Hope that helps you further.
Hi Toon. Thanks for the suggestion. I’ll explore that option.