Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Is there any function or attribute in order to get the QVD file size ?
Thank you
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.
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.
Thank you