Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an excel that creates a new sheet every week with data.
So for the year 2013, I have every week a sheet with the name 2013-01, 2013-02 and so on.
So the first difficulty is how to generate multiple sheets in Qlikview without creating a new load script for every sheet.
The second problem is that I'm working with a crosstable with the date:
ie underneath:
CrossTable(Date, Amount, 2)
Load
Product,
Supplier,
[24/06/2013],
[25/06/2013],
[26/06/2013],
[27/06/2013],
[28/06/2013]
From
[..\File.xls]
(biff, embedded labels, header is 1 lines, table is [2013-26]
The problem here is that the dates also change every week.
How can I implement these excels for the entire year of 2013?
Hi,
Have a look at the below links.
http://community.qlik.com/thread/61585
http://community.qlik.com/message/229163
http://community.qlik.com/message/108384
http://qlikviewnotes.blogspot.com/2008/09/loading-multiple-excel-sheets.html
Regards,
Kaushik Solanki
Hi
Check the below code
for
each file in FileList('R:\Harsha\qlikview\*.xlsx');file
Thanks
Harsha
Hi Sriharsha,
This code is really great, but I get this error when I try to run. Any ideas?
Try replacing CONNECT with CONNECT32.I think there is a driver issue when using the x64 version.