Hi Dojo Community,
Our integration partner needs to set an alarm condition for a IRD receiver.
The IRD has 4 inputs if only one of the inputs is sync than we need to consider IRD is Ok/Good. If all 4 inputs are not sync than IRD is not working.
Moreover the expression example:
IF (COUNT([Row1, Row2, Row3, Row4] == "critical") == 4) THEN "Critical" ELSE "Normal"
Is it possible to deliver this using conditions on alarm template?
Correlation engine license is not available.
Thank you in advance.
Hi Joao,
Another option could be aggregation rules.
You could create an aggregation rule that will count the number for rows in a table based on a condition. The only drawback is that by default the aggregation rules will group by view (not by element). From here there are to possible alternatives:
- Place each element in a specific view.
- Group by element property. You could set an element property with the element name (recommended).
Hope it helps.