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: 
Anonymous
Not applicable

How to skip failed load

I have a long script doing multiple loads, one of which is a little unstable and would like to

do a skip on the particular load, how do I do it?

3 Replies
Anonymous
Not applicable
Author

...to clarify "skip the particular load command if it fails"...

basically ignore the failure and continue with the rest.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Set ErrorMode to 0, QlikView will simply ignore the failure and continue script execution at the next script statement.  Check Help file for reference.

set ErrorMode=0;

Hope this helps you.

Regards,

Jagan.

alexpanjhc
Specialist
Specialist

why not create 2 separate loads(one with your unstable codes and one with the rest) so that you can tell if there are other problems within your load.

I think it is safer that way.

just my 2 cents