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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

handling errors in script

can someone have an idea how to handel error while script execution. So that the application continues to reload in case some error occurs during script excecution.

Labels (1)
1 Reply
Not applicable
Author

At the beginning of your script:

set ErrorMode=0;

Then qlikview will ignore the error.