Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 09:53:51 +0000



Post From: Alert true for remainder of session once triggered

[2013-09-26 09:00:28]
RMF2 - Posts: 43
Is there a way to have an alert stay true for the whole session once triggered?

I am using a color bar alert to show when it crosses above a line. I would like it to stay TRUE for the remainder of the session once it is triggered.

I have tried: = OR (H>ID1.SG1,SG1[-1]=1).

But the alert seems to be activated only when the first argument is TRUE and then turns off when the argument is FALSE.