Multiple Column Alert
There’s an indirect way to set an Alert based on multiple columns of a query:
Your query can implement the alert logic and return a boolean value for the Alert to trigger on. Something like:
This query will return 1 when draftscount > 10000 and archivedcount > 5000. Then you can configure the alert to trigger when the value is 1.
Last updated