Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

multiple excel file with dates in one qvd

 

Please kindly assist me in the scripting -

I have file with date field which I have to load in qvd - 

How to load multiple excel file with dates in one qvd ?

ashmitp869_0-1648684945966.png

 

 

Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Try with

Table:
LOAD *
FROM C:\Folder\*.xls;

You can refine that "*" and make the script only load the latest date, or only files with specific names.

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Try with

Table:
LOAD *
FROM C:\Folder\*.xls;

You can refine that "*" and make the script only load the latest date, or only files with specific names.