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