Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am hard codeing the path like filelist(E:\QlikView) its working fine but when i am useing the relative path its not working. Its skiping the for loop code and going to end.
You can try something like this:
vImagePath = '..\Images\';FOR Each FoundFile in filelist ('$(vImagePath)' & '*.PNG')
Temp: LOAD '$(FoundFile)' as Name, FileSize( '$(FoundFile)' ) as Size, FileTime( '$(FoundFile)' ) as FileTime autogenerate 1;NEXT FoundFile