Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 07:45:19 +0000



Post From: CROSSFROMBELOW Syntax error or what ?

[2016-12-18 04:24:51]
John M - Posts: 166
Hello,

I am writing 2 simple Color Bar Alerts but one of them returns an error and I don't understand what it is.

This Formula works : =AND(CROSSFROMABOVE(ID16.SG1,ID16.SG2), ID16.SG2>0.3)

It's a crossover alert with the parameter to only indicate above the 0.3 level on SG2

This Formula does not work and it's simply the inversion : =AND(CROSSFROMBELOW(ID16.SG1,ID16.SG2), ID16.SG<-0.3)

It's a crossover alert with the parameter to only indicate below the 0.3 level on SG2

What am I missing or doing wrong here?

Thank you.