Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 16:03:51 +0000



Post From: How to add comment in alert pane

[2020-01-31 23:29:53]
Sawtooth - Posts: 3993
Alert syntax will ignore line feeds, so you can organize formulas, like this:

=OR(
AND(ID7.SG3[0] > ID7.SG3[-1],ID7.SG3[-1] <= ID7.SG3[-2]),
AND(ID7.SG3[0] < ID7.SG3[-1],ID7.SG3[-1] >= ID7.SG3[-2]))