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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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!