<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic information density and subset ratio? What is the use of this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597042#M1114644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;information density and subset ratio? What is the use of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 17:34:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-17T17:34:16Z</dc:date>
    <item>
      <title>information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597042#M1114644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;information density and subset ratio? What is the use of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 17:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597042#M1114644</guid>
      <dc:creator />
      <dc:date>2014-02-17T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597043#M1114645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Information density of the field, which indicates the percentage of rows that &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;contain a non-null value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subset ratio, which shows the percentage of all distinct values for a field in the&lt;/P&gt;&lt;P&gt;table compared to all the distinct values for that field in the entire data model. It is&lt;/P&gt;&lt;P&gt;only relevant for key fields since they are present in multiple tables and do not all&lt;/P&gt;&lt;P&gt;share the same value.&lt;/P&gt;&lt;P&gt;Subset ratios can be used to easily spot problems in key field&lt;/P&gt;&lt;P&gt;associations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example, when the combined total of subset ratios for multiple&lt;/P&gt;&lt;P&gt;tables is 100 percent, this may indicate that there are no matching keys between&lt;/P&gt;&lt;P&gt;these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;REF: QlikView 11 For Developers..&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let me give you simple example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you write above sample script and will check the Table (CTRL + T), you will find two tables.&lt;/P&gt;&lt;P&gt;Sales and Customers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On Sales Table, if you hover the mouse on Customer field, you can see the Subset Ratio is 75% because there is not sales data for Customer C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you change the script for table Customer like below..&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;Where Exists (Customer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If will not load the Customer C as there are no sales data for the same.&lt;/P&gt;&lt;P&gt;Now check the Subset Ratio. It will be 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If subset ratio is less than 100%, the key is called as Primary Key&lt;/P&gt;&lt;P&gt;but for 100% it is called as Perfect Key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 17:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597043#M1114645</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-17T17:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597044#M1114646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Manoj - Reference Guide is your friend!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;My 2 cents about Information Density and Subset Ratio:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Check for Information Density and Subset Ratio: Always perform high level integrity check on your data model. You can see Information Density and Subset Ratio properties in the Table Viewer (Ctrl + T) by hovering on the fields. Investigate wherever Information Density is less than 100% and inform the Architect about the potential issue(s) with the NULL values. I would always check for Subset Ratio whenever I perform a QlikView Join. This way you know how many key field distinct values are associated to other table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;Definitions of Information Density and Subset Ratio (Source – Reference Guide): &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Information Density is the number of records that have values (i.e. not NULL) in this field as compared to the total number of records in the table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Subset ratio is the number of distinct values of this field found in this table as compared to the total number of distinct values of this field (that is other tables as well).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Also, check what is Perfect Key...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/55769"&gt;http://community.qlik.com/thread/55769&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597044#M1114646</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-02-18T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597045#M1114647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot! I have been working with QlikView for almost a year now, but somehow that was always a hard-to-grasp issue for me.&lt;/P&gt;&lt;P&gt;I think now I understand it. In short:&lt;/P&gt;&lt;P&gt;- Information density on keyfields should be 100%, meaning there are no records with a blank in this field&lt;/P&gt;&lt;P&gt;&amp;nbsp; (e.g. with date_fields, that should always be the case as there should not be blank date_fields)&lt;/P&gt;&lt;P&gt;- Subset ratio should also ideally be 100%. If it is less, there might be records in the data_model which cannot be properly linked to.&lt;/P&gt;&lt;P&gt;- Keys should always be "Primary" or "Perfect", both of which means the keyfield uniquely identifies each single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; One thing that is at the root of all trouble in our QlikView_environment is that there are maybe two dozen tables we draw from a database and we need to use a nr. of different keys because, quite often, two or three tables can be linked using one keyfield - but in another table, that field is not present.&lt;/P&gt;&lt;P&gt;I know that is a fundamental issue in database_design and whoever made that database should have thought of it, but that doesn't help us ...&lt;/P&gt;&lt;P&gt;The issue is, none of the original designers of the database we use is here anymore, there is no documentation whatsoever and no one knows how to approach it for any changes &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Do you have a suggestion as to what could be done if you just cannot get a perfect_key (sometimes not even a primary_key) out of your base_data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597045#M1114647</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-02-18T11:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597046#M1114648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear DataNibbler,&lt;/P&gt;&lt;P&gt;Honestly speaking, I don't have much knowledge on database, so would love if someone from Community will &lt;/P&gt;&lt;P&gt;answer your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597046#M1114648</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597047#M1114649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple approach: get suggestions for key assembly from the SQL queries that try to get data from this database. A SQL query contains relational information that is used to link tables and rows together in the original database. That same information can be used as a starting point for associations and JOIN methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A database is never a stand-alone repository. There must be an application that makes use of the data inside by launching queries. Either intercept them in a controlled way or look them up if you have application details available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597047#M1114649</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-18T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597048#M1114650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an interesting issue. Better launch this as a separate thread. I'm sure the community will be a big help in figuring this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597048#M1114650</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-18T12:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597049#M1114651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well explained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597049#M1114651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597050#M1114652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Example of subset ratio.&lt;/P&gt;&lt;P&gt;Can you give an&amp;nbsp; example for the information density as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597050#M1114652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597051#M1114653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer I have been mystified bythis concept too. However, caution when it comes to Hierarchy tables say for eg. Product Hierarchy. A lower % means that there are mid-level nodes which of course don't have child Products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I found with my Material - Product Hierarchy table . I had 7% subset ratio with 100% information density, with the corresponding ProductHier key table with 99% subset ratio. So if the user selects the Product Hierarchy object - transactions drop off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597051#M1114653</guid>
      <dc:creator />
      <dc:date>2014-07-15T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597052#M1114654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mate, look for parent-child relationships between tables and go from there. For eg. Ticket Header Table - Ticket Details Table - there has to be a link between the 2 ie. Ticket No. in the details table is enough to bring all the details by the associative nature of qlikview - who needs the keys, throw in a counter field ie. set =1 , bobs your uncle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a SQL Server and Access DB expert - now building up in SAP BI so far only a practiioner - will be expert soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597052#M1114654</guid>
      <dc:creator />
      <dc:date>2014-07-15T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597053#M1114655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and information density which shows null values&amp;nbsp; is present for every field but subset ratio is for only field on which the connection is formed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 05:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597053#M1114655</guid>
      <dc:creator />
      <dc:date>2015-05-27T05:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597054#M1114656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Information density:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="100" style="border: 1px solid rgb(0, 0, 0); width: 109px; height: 85px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;country&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;code&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Afghanistan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Albania&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Algeria&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;DZ&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading the above records, go to the table viewer section (CTRL+t)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mouse over on "country" field,&lt;/STRONG&gt; you will see Information density is 100%&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90168_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now mouse over on "code" field,&lt;/STRONG&gt; you will see Information density is less than 100% i.e 67%&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/90170_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;It means that, code field contains a null value in 2nd row that's why it is showing Information density is 67%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 19:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597054#M1114656</guid>
      <dc:creator />
      <dc:date>2015-06-20T19:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597055#M1114657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish &amp;amp; Amit das&amp;nbsp; for your valuable inputs !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 02:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597055#M1114657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T02:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597056#M1114658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nicely explained. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597056#M1114658</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2016-12-06T19:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597057#M1114659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what a useful information!! thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597057#M1114659</guid>
      <dc:creator>luiskeyrus</dc:creator>
      <dc:date>2017-05-04T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597058#M1114660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see 100% Information density on both code and Country, can you please let me know how to see 67%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597058#M1114660</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2017-12-26T10:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: information density and subset ratio? What is the use of this?</title>
      <link>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597059#M1114661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/information-density-and-subset-ratio-What-is-the-use-of-this/m-p/597059#M1114661</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2018-01-22T13:45:29Z</dc:date>
    </item>
  </channel>
</rss>

