Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Alert Setting

Hi All,

I am loading some values in my application. For eg see below data:

Time           Val1            Val2

3:00             5                 20

3:05             6                 23

3:10             5                 25

Now, by using 4 variables (Through Peek()) I am storing current and previous value like following:

vCurrentVal1 = 5,          vPreVal1 = 6

vCurrentVal2 = 25,        vPreVal2 = 23

I created a alert based on this condition :

vCurrentVal1>3 and  vPreVal1 >3 or vCurrentVal2>15 and vPreVal2>15.

Now If this condition true then I am sending the mail. I did all the mail setting and its working fine. No issue with the mail setting.

My problem is when I am reloading application manually it was send the mail but when I reload through publisher it was not sending the mail.

Through Publisher application get reloaded successfully. After reload when I open the application then it was send the mail. I want when it reloadthen only it will send the mail no need to open the app. I given following setting in alert:

11.png

Please help to solve this.

4 Replies
SunilChauhan
Champion
Champion

Intead of interactive you can select Batch

Interactive  is for mannual Reloading i believe and Batch is for scheduled processess.

Sunil Chauhan
pipuindia99
Creator III
Creator III