Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ernesto_García
Partner - Contributor II
Partner - Contributor II

Alerting not working in Qlik SaaS

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 configurationScreen capture of alert configuration

Labels (3)
1 Solution

Accepted Solutions
Amit_Prajapati
Creator II
Creator II

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

Amit_Prajapati_0-1759907259987.png

Amit_Prajapati_1-1759907361808.png

Amit_Prajapati_3-1759907461202.png

 

 

View solution in original post

1 Reply
Amit_Prajapati
Creator II
Creator II

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

Amit_Prajapati_0-1759907259987.png

Amit_Prajapati_1-1759907361808.png

Amit_Prajapati_3-1759907461202.png