Hi Dojo Team,
I want to display a shape based on the Severity of the Alarm.
For that I am using shape Data Fields : Alarm and Info like this:
and i get the expected result, the shape is being showed.
But if I try : ***|SHOW;!=critical high or ***|SHOW;=normal the shape is not being showed.
I have also tried adding the Options Data Field with DefaultAlarmLevel=Normal.
Do you have a trick or a workaround ?
Thank you and best regards,
Daniel.
Hi Daniel,
The condition ***|SHOW;=normal can only work if the alarm is a clearable alarm. If it is not it is expected that the shape is not shown as there is no alarm to check the condition (as the alarm is cleared).
The contition ***|SHOW;!=critical high should work if there is an alarm with a severity different than "critical high". If there is no alarm anymore, the shape will not be shown as there is no alarm to verify the condition.
Thank you Michael.
I was sure that this issue has to do with the Alarm State being present since all the logic is build around that premise.
This matter is solved .
Thank you for assistance .
Regards,
Daniel.