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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Information density and subset ratio

Where does qlikview stores the values of Information Density and Subset ratio? I tried using the MemoryStatistics.mem file but couldn't find it there.

4 Replies
marcus_sommer

I'm not sure if they are stored or they are always calculated. If yes they will be within the qvw-meta-data. You could try it with the export from menu --> export --> document layout and read this xml-file into qv again.

- Marcus

Anonymous
Not applicable
Author

If it is being calculated, it should be stored somewhere. I checked out the -prj files but tough luck..

marcus_sommer

It mustn't be necessary stored anywhere if it's always calculated on-the-fly and you could make these calculations yourself within the qvw with chart-tables with systemfields like $Table or $Field and calculations over $Row and fieldvaluecount and so on. Have a look in the comments and tools here what is mentioned above:

http://community.qlik.com/message/386575#386575

- Marcus

buzzy996
Master II
Master II

I believe it calculates on fly only!