Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I am hoping someone can expand on this locked thread:
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
Hi Scott,
Give a try to this application.
https://community.qlik.com/t5/QlikView-Documents/QlikView-Directory-Scan-Application/ta-p/1734223
Thanks