Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone.
I'm working on a Qlik Sense application to monitor a number of specific QCDI processes and raise alerts whenever certain conditions are met. I have implemented four flag fields in the script, and any record with any of these fields with a value of one must trigger the alert. Below is the screen capture of the alert configuration. The measure to evaluate for the conditions is the sum of all flags; you can see the value of this sum is 4. However, when I set the condition for this sum to be greater than zero, the preview says that the alert would not get triggered. Why is that? Wouldn't the condition be met since (obviously) 4 > 0?
Kind regards,
Ernesto.
Screen capture of alert configuration
Hi @Ernesto_García , When setting up an alert, the condition you define (like comparing a measure to a target value) is checked against the data in the specific table or chart. If any row meets that condition, the alert preview will show it. If no match is found, you'll see the message: "Alert would not get triggered with the current data."
You can also choose when the alert should trigger—options include: daily, weekly, monthly, yearly, on data change, or when the app is refreshed.
I tested your scenario using the following data:
Name , Number
Amit, 1
Suraj,2
Rohan,3
Gauresh,4
Surendra,5
Hi @Ernesto_García , When setting up an alert, the condition you define (like comparing a measure to a target value) is checked against the data in the specific table or chart. If any row meets that condition, the alert preview will show it. If no match is found, you'll see the message: "Alert would not get triggered with the current data."
You can also choose when the alert should trigger—options include: daily, weekly, monthly, yearly, on data change, or when the app is refreshed.
I tested your scenario using the following data:
Name , Number
Amit, 1
Suraj,2
Rohan,3
Gauresh,4
Surendra,5