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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rapid directory/file scan - for QVD file names

Hi all

I am hoping someone can expand on this locked thread:

Rapid directory/file scan

I am wanting to get a list of the qvd file names within a folder. I appreciate I can use

  For each vFileName in Filelist (MyPathHere\*.txt')

     Load

         '$(vFileName)' as FileName

      From [$(vFileName)];

   Next vFileName

But i was hoping to be able to use the solution supplied by @gysbert wassenaar in the locked thread. Basically my question is if you dont have a myfilelist txt file, but a number of QVD files in a folder can the solution supplied by gysbert wassenaar be used?

Thanks

Scott

1 Reply
pradeep_s
Creator
Creator