Login Page - Create Account

Support Board


Date/Time: Tue, 14 May 2024 19:02:49 +0000



Post From: Is it possible to access the ALERT condition of one study from another?

[2020-04-19 15:39:29]
mbilyanov - Posts: 62
Hi,

Let's say we have an alert condition on ID1.SG1:

=ID22.SG1 < -10

In that case, ID1.SG1 is a colored background and it will be "red" for all values below -10.

... And now we would like to combine this into another alert condition on ID4.SG1:

=AND(ID1.SG1.ALERT == True, ID22.SG1 > -19)

Is this possible? In a sense, I would like to layer alert conditions based on what they evaluate on their respective studies. Is that possible?

Instead of writing:

=AND(ID22.SG1 < -10, ID22.SG1 > -19)

I have seen something that resembles this situation here, but not sure if it is the same thing.

Study/Chart Alerts And Scanning: Writing Formulas for Studies without Obvious Values
Date Time Of Last Edit: 2020-04-19 15:40:10