Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How to extract data from multiple sheets in excel into Qlikview with loops condition

Hi All

I have 4 excel files (.xlsx) ..in that excel files " in cell A5 " having the error .

While loading the excel file into qlikview , Find an error ?

How we can implement Looping for go to next File ?

if an error will occur > skip that excel file and go to next excel file ...

How can we implement ?

Thanks

Madhu

2 Replies
Gysbert_Wassenaar

Add this line to the script above the load statement that loads the data from the excel files:

     SET ErrorMode=0;

That will tell Qlikview to ignore all script errors. You can turn error handling back on with another line SET ErrorMode=1; after the load statement.


talk is cheap, supply exceeds demand
Anonymous
Not applicable

Hi,

Follow Gysbert advice,

have a look:

Load Multiple excel sheets using For loop

Hope it helps!!