<?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 Data Quality : Simple Statistics Analysis graph does not show correct result in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Data-Quality-Simple-Statistics-Analysis-graph-does-not-show/m-p/2270269#M2554</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working with Talend Data Quality for Data Profiling and after performing simple statistics on the column, the graph showed as an analysis result is not showing the correct values.&lt;/P&gt; 
&lt;P&gt;Please find the attached image.&lt;/P&gt; 
&lt;P&gt;In the image: Row count is 6896, but the rest all values like distinct count, null count, duplicate count, the blank count is not at all summing up to this value.&lt;/P&gt; 
&lt;P&gt;Is anyone aware of this issue, and how to solve it?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks and Regards,&lt;/P&gt; 
&lt;P&gt;Ashish Chouhan&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Simple_Analysis.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9fB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144072i0B569E9F6D8F26FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9fB.png" alt="0683p000009M9fB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:59:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:59:51Z</dc:date>
    <item>
      <title>Data Quality : Simple Statistics Analysis graph does not show correct result</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Quality-Simple-Statistics-Analysis-graph-does-not-show/m-p/2270269#M2554</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working with Talend Data Quality for Data Profiling and after performing simple statistics on the column, the graph showed as an analysis result is not showing the correct values.&lt;/P&gt; 
&lt;P&gt;Please find the attached image.&lt;/P&gt; 
&lt;P&gt;In the image: Row count is 6896, but the rest all values like distinct count, null count, duplicate count, the blank count is not at all summing up to this value.&lt;/P&gt; 
&lt;P&gt;Is anyone aware of this issue, and how to solve it?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks and Regards,&lt;/P&gt; 
&lt;P&gt;Ashish Chouhan&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Simple_Analysis.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9fB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144072i0B569E9F6D8F26FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9fB.png" alt="0683p000009M9fB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Quality-Simple-Statistics-Analysis-graph-does-not-show/m-p/2270269#M2554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality : Simple Statistics Analysis graph does not show correct result</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Quality-Simple-Statistics-Analysis-graph-does-not-show/m-p/2270270#M2555</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;let me use some data to make it more clear, if the input data as below(the first line is the column name, and we analyze "string_tmp")&lt;/P&gt;&lt;P&gt;id;string_tmp&lt;/P&gt;&lt;P&gt;1;AA&lt;/P&gt;&lt;P&gt;2;AA&lt;/P&gt;&lt;P&gt;3;BB&lt;/P&gt;&lt;P&gt;4;CC&lt;/P&gt;&lt;P&gt;5;&lt;/P&gt;&lt;P&gt;6;DD&lt;/P&gt;&lt;P&gt;7;&lt;/P&gt;&lt;P&gt;8;DD&lt;/P&gt;&lt;P&gt;analyze result is ​&lt;/P&gt;&lt;P&gt;&lt;B&gt;Row Count &lt;/B&gt;is 8&lt;/P&gt;&lt;P&gt;&lt;B&gt;Distinct Count&lt;/B&gt; is 5,  distinct values are AA, BB, CC, DD, and blank, this indicator counts the number of distinct rows (like a "SELECT DISTINCT" SQL statement)&lt;/P&gt;&lt;P&gt;&lt;B&gt;Unique Count&lt;/B&gt; is 2, unique values are BB, CC, for this indicator count the value which exists only once.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Duplicate Count&lt;/B&gt; is 3, duplicate values are AA, DD, and blank, for this indicator count the values which exist more than once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the Distinct count contains the Unique count and Duplicate count.&lt;/P&gt;&lt;P&gt;these indicators analyze the values from different perspectives,  Row Count doesn't equal the sum of other indicators is a correct behavior&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 06:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Quality-Simple-Statistics-Analysis-graph-does-not-show/m-p/2270270#M2555</guid>
      <dc:creator>yzhao</dc:creator>
      <dc:date>2021-03-18T06:58:53Z</dc:date>
    </item>
  </channel>
</rss>

