<?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: count &amp;amp; count distinct function giving the same result on alphanumeric column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024434#M84510</link>
    <description>&lt;P&gt;Do you have a sample .QVF that demonstrates this issue? It's not impossible for Count and Count Distinct to show the same number if the underlying data matches that scenario.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 15:27:51 GMT</pubDate>
    <dc:creator>Qlik_Eric_Thomas</dc:creator>
    <dc:date>2023-01-11T15:27:51Z</dc:date>
    <item>
      <title>count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024423#M84509</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I am facing strange thing in Qlik Sense where count &amp;amp; count distinct giving same results on a alphanumeric number column. Can you please suggest a solution. does anyone faced the similar case in your development ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know in case of more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vishnu&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 14:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024423#M84509</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2023-01-11T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024434#M84510</link>
      <description>&lt;P&gt;Do you have a sample .QVF that demonstrates this issue? It's not impossible for Count and Count Distinct to show the same number if the underlying data matches that scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 15:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024434#M84510</guid>
      <dc:creator>Qlik_Eric_Thomas</dc:creator>
      <dc:date>2023-01-11T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024576#M84514</link>
      <description>&lt;P&gt;Can you describe your expected results of the count function based on some sample data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 19:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024576#M84514</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-01-11T19:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024653#M84517</link>
      <description>&lt;P&gt;You most likely have unique values in the field and table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example in a normalized employee table &lt;STRONG&gt;count&lt;/STRONG&gt;(EmployeeID) and &lt;STRONG&gt;count&lt;/STRONG&gt;(&lt;STRONG&gt;Distinct&lt;/STRONG&gt; EmployeeID) will be same&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 02:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024653#M84517</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-12T02:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024678#M84519</link>
      <description>&lt;P&gt;Hi Vineeth,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;No the column does have duplicates in it. I have exported to data to excel and found this.&lt;/P&gt;
&lt;P&gt;Even i have tried as below thinking that column might have trailing and leading spaces but did not work.&lt;/P&gt;
&lt;P&gt;----&amp;gt; count( distinct trim(column))&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vishnu&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 04:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024678#M84519</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2023-01-12T04:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024692#M84520</link>
      <description>&lt;P&gt;Can you try to load the exported (to excel) data again in qlik and see if the behavior is same or not? If you still see the same issue, please try to share the excel here, so that we can give a try at our end.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 05:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024692#M84520</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-01-12T05:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: count &amp; count distinct function giving the same result on alphanumeric column</title>
      <link>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024693#M84521</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have found the issue. I have to convert whole column to lower case which worked. Thanks all for your help.&lt;/P&gt;
&lt;P&gt;Actually alphanumeric number has some capitals and lower letter in it which caused this issue but now it got resolved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vishnu&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 05:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-amp-count-distinct-function-giving-the-same-result-on/m-p/2024693#M84521</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2023-01-12T05:27:29Z</dc:date>
    </item>
  </channel>
</rss>

