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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

gets size of qvd file

Hi

Is there any function or attribute in order to get  the QVD file size ?

Thank you

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, filesize(): filesize( 'xyz.qvd' ). See the help file for details.

The filesize() function can only be used in the script, not in charts and text objects. Look in the help file under File functions. The individual functions are not listed in the help file index.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi

I did look at help but i did not found.

i did like you said , but i did get nothing , maybe i am doing somthing wrong:

In  text object i did :

=filesize():filesize('Fact_Customer.qvd')

thank you.

Not applicable
Author

Thank you