Hi, by default, when we link a shape to an alarm using the following shape data it takes up the color of the parameter:
Alarm ==> ELEMENT_A/501|ALARM
When the corresponding alarm is masked, the shape becomes purple. Is there any configuration that allows us to make the shape uncolored in such a condition?
Hi,
Making the shape uncolored will not be possible. If I understand the situation correctly, you will have to use two shapes to achieve this implementation.
One of the shapes can have alarm shape data: `ELEMENT_A/501|ALARM|HIDE;=Mask` which will hide the shape when the alarm is masked.
The other (placed directly below the first) can then have the normal shape data but with option "NoAlarmColorFill" to make it so it is uncolored.
Would this be a possible solution?
Thanks Klaas. There are a lot of Visios to work through so a single shape solution is preferred. Using Toon’s suggestion “[regexreplace:^((Mask-.+)|(-))$,[Status]-[Severity],white]” seems to work. Thanks for your suggestions and help guys.
There is also a single shape solution by setting the “BackgroundColor” shape data to “[regexreplace:[Status],Mask,[color:Severity=Undefined]]”