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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

is it possible to upload two excel files in the same sheet

how to upload two excels in a single sheet in qlikview?

1 Reply
sushil353
Master II
Master II

Hi Shivali,

Are you talking about to load xl file in qlikview?

If yes then you can add n no of xl files in qlikview..

just write load statement for each xl file..

For example:

Table1:

Load * from table1.xls;

Table2:

Load * from table2.xls;

HTH

Sushil