
Not applicable
2013-10-23
05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Data source size from QVD size
Hi ,
is that possible to deduce the Data Source size from QVD size?
According to this artcle Qlikview Notes: Document Compression, Data Source=10* QVD Size
858 Views
4 Replies

Partner - Champion III
2013-10-23
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, not really. Suppose your source data is xml files. Then compression rate could be in the thousands.
talk is cheap, supply exceeds demand
652 Views

Not applicable
2013-10-23
06:22 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So you don't have an exact ratio??
652 Views

Not applicable
2013-10-24
04:39 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to display the size of selected data? when loading the scipt we can see only rows' number.. Any idea??
652 Views

.png)
Luminary Alumni
2013-10-24
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can get the number of rows or fields in a QVD file using:
QVDNoOfRecords('Filename')
and
QVDNoOfFields('Filename')
Might help in an estimation of data size. One times the other would give total cells, for example. Doesn't help with cardinality etc though.
Hope this helps,
Jason
652 Views
