Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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