Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community.
I have an Excel sheet , which contains 5 tabs.
We can select each tab every time to upload data into qlikview.
But
Is there any other way to upload All tabs at a time into qlikview ???
Thanks and Regards
Satti
try this
Load *
From $(Path)\*.xls
(biff, embedded labels, table is Sheet1$);
See here.
you can also try like er.
for each vSheet in 'Sheet1','Sheet2','Sheet3'
a:
load *
FROM
C:\Users\admin\Desktop\Book2.xlsx
(ooxml, embedded labels, table is $(vSheet));
Next vSheet;
Hi Gysbert,
Could you please attach sample Application .
Thanks and Regards
Satti