Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
tayariib85
Contributor II
Contributor II

Converting N Weekly XML Files into QVD

Hi guys,

I have weekly coming in XML files  that I need to convert into QVD, but however, I want to convert in the LATEST one only.

I am using the following code:

FOR EACH FILE IN FILELIST ('MyDirectory\Data_*.XML')
IF(DATE(FILE) >= TODAY()  THEN

STORE FILE INTO XXX.QVD

but I see no qvd files stored. 

Labels (3)
0 Replies