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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HOWTO Load a double entry table

Hi!

I need to load multiple files from a folder (all files have the same structure).

Each files shows the sales on each month of the year. Inside the file the sales are shown as the below table.

Example: July.xls

DayBranch1Branch2Branch3
07-01-2016100200300
07-02-2016250350450
07-03-2016120220320
....

Can anybody guide me on how to load this information, since I have to load at least 5 years of sales.


Thank you.

Best regards

Labels (1)
1 Reply
swuehl
Champion III
Champion III

You can use a FOR EACH vFile in FILELIST('*.xls') ... NEXT

to iterate over all  your files in the folder.

Then LOAD your data, maybe transform the tables using

The Crosstable Load