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

Skip a section of reload script

I have been looking on the forums for a solution to skip part of a load statement & found this solution

https://community.qlik.com/t5/QlikView-App-Development/Skip-parts-in-Load-Script/m-p/427263#M159200

This doesn't solve my issue, I am trying to reload files which sometimes are not populated. In my script I have 12 mailboxes and it is not ideal to maintain 12 prj files.

Does anyone have a solution for skipping parts of a reload if a file is not present or a SQL database does not load.

 

Labels (4)
1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

not sure about your complete need but you could set errormode=0 in relevant sections.
which will ignore the failures

View solution in original post

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

not sure about your complete need but you could set errormode=0 in relevant sections.
which will ignore the failures