Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
@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.
Thank you
@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.
Thank you