<?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 Re: Easy Extract Information Density and Subset Ratio in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981062#M527975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/386575"&gt;Re: Chart with count of $Field values&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2015 13:00:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-18T13:00:45Z</dc:date>
    <item>
      <title>Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981061#M527974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to simple extract the information density and subset ratio information for each column in each table in QV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981061#M527974</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981062#M527975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/386575"&gt;Re: Chart with count of $Field values&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981062#M527975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-18T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981063#M527976</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;There is no way we can extract the information from Table Viewer in Qlikview. It is just for viewing purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can write some expressions on the UI layer to get the Inf. Density and SS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Load some data from file/DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;List box with expression as =[$(=minstring($Field))]&lt;/P&gt;&lt;P&gt;Label as&lt;/P&gt;&lt;P&gt;=minstring($Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create Pivot Table with no dimension and expressions as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label: Distinct Values&lt;/P&gt;&lt;P&gt;Expression: count(DISTINCT [$(=minstring($Field))])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label: Null Values&lt;/P&gt;&lt;P&gt;Expression: sum(if(isnull( [$(=minstring($Field))]), 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981063#M527976</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-09-18T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981064#M527977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no way to calculate Subset Ratio's using QV objects and dimensions/expressions. Those things typically make use of fields (all values thrown together) while a subset ratio tells you how many values appear in a field instance in a particular internal table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981064#M527977</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-18T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981065#M527978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well guys thank you all for your help - all helpful answers, alas no possible way to extract that information as is. The only solution I came up with which was useful to a point was a straight table with $Fields as a dimension, and then have a couple of expressions which were count($Fields), count(DISTINCT $Fields) and then &lt;SPAN style="font-size: 13.3333px;"&gt;count(DISTINCT $Fields)/&lt;SPAN style="font-size: 13.3333px;"&gt;count($Fields) to show where fields held the same value which is some sort of information integrity measure rather than density. Thanks guys anyway, useful chat.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/981065#M527978</guid>
      <dc:creator />
      <dc:date>2015-09-18T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Easy Extract Information Density and Subset Ratio</title>
      <link>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/1759630#M527979</link>
      <description>&lt;P&gt;You are wrong.. this did not work. the expressions are base less and a waste of time.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2020 18:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easy-Extract-Information-Density-and-Subset-Ratio/m-p/1759630#M527979</guid>
      <dc:creator>EquiBal</dc:creator>
      <dc:date>2020-11-08T18:44:16Z</dc:date>
    </item>
  </channel>
</rss>

