Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can we check if a particular file (.xlsx) exists in a specific folder?
Thanks !!
Regards,
Sunil
filesize( 'xyz.xls' ) // if it returns 0/null, means it doesn't exist
Did you go through Rob Wunderlich Qlikview Cookbook. You have several examples there, may be you have to take the code and customize to your need.
Regs
Ram
Thanks Pramod