Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to upload two excels in a single sheet in qlikview?
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