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: 
Naresh1
Contributor III
Contributor III

Excel Having Same Tables And Same Fields

Hi All,

I have 12 months folders, in every month folder having same tables and fields, i want to load all 12 months tables at a time into Qliksense, if it is not possible  every month all tables will be load at a time,  after loading  tables i want only one table in data model  

how can i do?

Regards,

1 Reply
Vegar
MVP
MVP

Try something like this. 

 

For each _folder in 'Jan', 'Feb', ..., 'Dec'

//Autoconcatenate

Load FieldA, FieldB, FieldC

From [LIB://DATA/$(_folder)/*.xlsx];

Next