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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.