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

any way to suppress "execution of script failed - reload old data?" message?

any way to don't show the "execution of script failed - reload old data?" in case of error during the load statement?

Thanks

4 Replies
giakoum
Partner - Master II
Partner - Master II

No but there is a save before reload option, so that at least you don't lose your changes (under settings --> user preferences) :

Capture.PNG

marcus_sommer

You could try it with ERRORMODE (have a look within the help) but not all errors could be caught.

- Marcus

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Probably set the

set ErrorMode=0;

And change it back at the end of the script

set ErrorMode=1;

Not applicable
Author

I tryed this solution but doesn't work for "the last" message "execution of script failed"