Support Forums
Alarm List Filtering

Using the GetAlarmList function, what is the correct text string to enter in the FilterExpr parameter, to get a list of "Critical" priority alarms?

Using the GetAlarmList function, what is the correct text string to enter in the FilterExpr parameter, to get a list of "Critical" priority alarms?

The priority record is done using an integer, not a text string. It should be something like -

(((Record\Priority==1) || (Record\Priority==2)))

That should return priority 1 or 2 - critical and high

The priority record is done using an integer, not a text string. It should be something like - (((Record\Priority==1) || (Record\Priority==2))) That should return priority 1 or 2 - critical and high

Doug Spurrell

edited 2 hours ago
11
1
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft