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

Upload multiple files

I have a Folder with a list of files in one called as follows:

Rate_May_2022.xlsx
Rate_Jun_2022.xlsx
Rate_Jul_2022.xlsx
.
.
.
.

Rate_Dic_2022.xlsx


How do I upload all these files at once?

2 Solutions

Accepted Solutions
sidhiq91
Specialist II
Specialist II

@Aldemarprins4  You can use wildcard symbol (*) in the from address.

FROM [lib://Qlik Community Practice/Rate*.xlsx]

(ooxml, embedded labels, table is Sheet1);

If this resolves issue, please like and accept it as a solution.

View solution in original post

Aldemarprins4
Contributor III
Contributor III
Author

2 Replies
sidhiq91
Specialist II
Specialist II

@Aldemarprins4  You can use wildcard symbol (*) in the from address.

FROM [lib://Qlik Community Practice/Rate*.xlsx]

(ooxml, embedded labels, table is Sheet1);

If this resolves issue, please like and accept it as a solution.

Aldemarprins4
Contributor III
Contributor III
Author

Thank you