Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Trying to read in data from multiple files in a folder. In QlikView I did a loop to grab file names and then looped to grab the data. QlikSense needs to create connections by the looks of it. Is there a way to grab all file information under a folder?
Tried this and it didn't work:
LOAD
*
FROM [lib://EBIFiles/*.xlsx]
(ooxml, embedded labels, header is 1 lines, table is Main);
I think you need to enable the Qlik Sense Legacy mode.
- Marcus
Hi Paul,
Can you show us the script log ?
You can use same script as that you used in qlikview.
You will only have to change path. Replace actual path with connection path.
It works.
Doesn't look like Legacy mode will work due to server situation.
Yes I managed to get that working. Thanks.