Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script for overriding errors

Hi,

Is there a way of overriding errors or to prevent error messages from appearing?

Thanks.

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

in the start of the script

write

set errormode=0;

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

in the start of the script

write

set errormode=0;

Not applicable
Author

That works!  Thanks!