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

Notification for a succes reload

Hi Expert, i would like to know if there are way to create a notification by email when the reload run succes?

I am thinking using macros, but pherhaps there is a better way to do it.

thank you a lot

Fernando K.

2 Replies
maxgro
MVP
MVP

maybe with an alert (try, this is just an idea)

on post reload

condition

$(v)=1

script

// start of script

let v=0;

//

// etc.....

//

// end of script

// when there is an error v is 0, the alert doesn't trigger

let v=1;

Not applicable

Dear Fernando,

Qlikview publish has an option to do that types of things.

other wise you can execute bat file or windows application to do that.

see below example:

Execute C:\Program Files\Office12\Excel.exe;

Execute winword macro.doc;

Execute cmd.exe /C C:\BatFiles\Log.bat

Regards,

Zain.