Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

How to get the latest created qvd name?

Hi,

How to get the latest created qvd name?

Regards.

2 Replies
Not applicable

From server? Please give us some more background.

Kushal_Chawda

You can Try something like this

Table:

First 1 LOAD FileTime() as TimeOfCreation,

FileBaseName() as FileName

FROM

[QvdFolderPath \*.qvd]

(qvd);

On front end create Table box and add both fields and sort the TimeOfCreation in descending order to see latest created QVD