Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dashboard file with dimensions status

Hi i need a dashboard with a bar graph that show file size in a folder.

Is possible with Qlikview?

Thanks.

M4rio Br0z

4 Replies
Anonymous
Not applicable
Author

Yes it is possible.

Not applicable
Author

You need The file size inside a folder or the folder size ?

It is possible.

I think you'll  need to create a file that content this information:

dir FOLDERNAME >dir.txt, so you create a file with the information you need to load into qlikview.

Then, in QV Script:

LOAD *

FROM C:\dir.txt

Regards,

Colin-Albert
Partner - Champion
Partner - Champion

QlikView has several file functions that can be used in the script.

    filesize()  will give the size of  file

Help has more details on the functions.

filefunctions.JPG

Anonymous
Not applicable
Author

Nice