Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 16:55:32 +0000



Post From: Color bar based on alert

[2013-11-10 01:18:29]
Bedhog - Posts: 179
Hello All,

This condition colors a bar by itself
=AND(CROSSFROMBELOW(ID4.SG1,-100))

This condition colors a bar by itself
=AND(ID15.SG1>100)

But when I string them together like either one of these, nothing happens and there are no errors in the alert manager.
=AND(CROSSFROMBELOW(ID4.SG1,-100),ID15.SG1>100)
=AND(CROSSFROMBELOW(ID4.SG1,-100),(ID15.SG1>100))

Thank you in advance.