Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

File existence

Hi All,

How can we check if a particular file (.xlsx) exists in a specific folder?

Thanks !!

Regards,

Sunil

1 Solution

Accepted Solutions
Not applicable
Author

Hi Sunil,

How can I check if a file exists ?

Go through the above thread will help you out.

View solution in original post

4 Replies
tresesco
MVP
MVP

filesize( 'xyz.xls' )           // if it returns 0/null, means it doesn't exist

Not applicable
Author

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

Not applicable
Author

Hi Sunil,

How can I check if a file exists ?

Go through the above thread will help you out.

Not applicable
Author

Thanks Pramod