Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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