Hey Guys,
I was curious how hard it would be to construct an alert that essentially does an IF THEN using the SELECT COUNT function on the ActiveAlerts table and alerts according to value thresholds? I want to set up an alert that does a special action when there are 0 active alerts, does another action when there is 1 active alert, another at 3, and another at 5+. Obviously the alert itself would be in the table if there were any active alerts, so I would have to subtract 1 from the query results.
Is this possible? I don't mind if it had to be separate alerts for each threshold, but it would be nice if I could make it all in one.
Thanks!