Support Board
Date/Time: Thu, 06 Feb 2025 01:57:07 +0000
Post From: alert condition
[2020-04-05 10:50:53] |
Ackin - Posts: 1865 |
Im trying to program an alert condition in with the "studies" format where 2 sg's of the same id need to be "true"
=AND(condition1,conditon2)
in your case try: =AND(ID1.SG1>0,ID1.SG2>0) |