Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
hucand
Contributor II
Contributor II

Load multiple workbooks with the same columns

How do I load multiple workbooks with the same columns?

I'm trying to do something like:

LOAD

col1,

col2,

col3

FROM [lib://DataFiles/sheet1.xlsx, lib://DataFiles/sheet2.xlsx] 

Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this,

LOAD

col1,

col2,

col3

FROM [lib://DataFiles/*.xlsx] 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this,

LOAD

col1,

col2,

col3

FROM [lib://DataFiles/*.xlsx] 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
hucand
Contributor II
Contributor II
Author

I get this error:

A potentially dangerous Request.Path value was detected from the client

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

This doesnt seems to be a Qlik Error. Can you share the screenshot of the error.

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!