Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i get file properties with Qlikview

Hello,

I'm trying to develop a report which shows the file and folder information on a specific hard drive location.

I'm using for each loop to get the filenames and extensions. But i need to add file sizes and creation dates to my script.

Does anyone know if this can be done with Qlikview or not?

Thank you...

Cem

1 Solution

Accepted Solutions
Jennifer_Moore
Former Employee
Former Employee

You can use filesize() to get the size of your files and filetime() to access the last modified timestamp of the file.

Sr. Director, Learning Strategy & Solutions

View solution in original post

2 Replies
m_woolf
Master II
Master II

Look at the File functions in Help

Jennifer_Moore
Former Employee
Former Employee

You can use filesize() to get the size of your files and filetime() to access the last modified timestamp of the file.

Sr. Director, Learning Strategy & Solutions