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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

1 Reply
swuehl
MVP
MVP

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