Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:34:42 +0000



Post From: Time-based condition alert

[2024-07-11 19:42:01]
ppoignot - Posts: 10
Hello !
I have an alert condition with this code, which looks to see if SG1 is <= to -18 on the 5th previous period. But, I want the alert to trigger if SG1 is, at least once <= to -18 over the last 5 periods.

Can you help me? Thanks !


AND(CROSSFROMBELOW(ID18.SG1, ID18.SG2),MIN (ID18.SG1[-5]) <= -18)