Support Board
Date/Time: Sat, 13 Sep 2025 10:38:47 +0000
Post From: Color bar based on alert
[2013-11-10 01:18:29] |
Bedhog - Posts: 182 |
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. |