<?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: Distinct count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584077#M1100644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-04-16_14h06_42.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57426_2014-04-16_14h06_42.png" style="width: 620px; height: 519px;" /&gt;this is what I have done....and I have a "0" result... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 12:08:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-16T12:08:14Z</dc:date>
    <item>
      <title>Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584070#M1100633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do a count on the following excel sheet. I need to extract the number of "24 hours" cards, however as you can see, the card number &lt;STRONG&gt;2402501&lt;/STRONG&gt; has 2 lines due to the fact that 2 activities has been linked to it.&lt;/P&gt;&lt;P&gt;how can I proceed ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can easily do this with a table but I need to have just one "text object". what could be the formula for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for your help.&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584070#M1100633</guid>
      <dc:creator />
      <dc:date>2014-04-16T08:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584071#M1100635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry mate, don't really get what your trying to accomplish here. Care to elaborate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584071#M1100635</guid>
      <dc:creator />
      <dc:date>2014-04-16T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584072#M1100636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes each card number has 2 lines but which one you need to select?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584072#M1100636</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-16T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584073#M1100638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct K_Nummer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584073#M1100638</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-04-16T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584074#M1100639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;What I am trying to extract is the total number of 24h cards and the total number of 48h cards.&lt;/P&gt;&lt;P&gt;In my example, I should be able the find "4" as the number of 24h cards based on the fact that we 5 lines but the 2402501 has been used 2 times (same cards)&lt;/P&gt;&lt;P&gt;For the 48h card, I should be able to find "3". we have 6 lines but the card 4801622 has been used 4 times and therefore should count as 1 and the 2 others only 1 time.&lt;/P&gt;&lt;P&gt;is that more clear ?&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584074#M1100639</guid>
      <dc:creator />
      <dc:date>2014-04-16T09:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584075#M1100641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create a staitght table with K_Nummer in dimension and Count (DISTINCT KT_Bezeichnung) as expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584075#M1100641</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-04-16T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584076#M1100642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the app..I think this will solve the problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584076#M1100642</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584077#M1100644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-04-16_14h06_42.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57426_2014-04-16_14h06_42.png" style="width: 620px; height: 519px;" /&gt;this is what I have done....and I have a "0" result... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584077#M1100644</guid>
      <dc:creator />
      <dc:date>2014-04-16T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584078#M1100646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why [Card Number]? Your sample data says, it should be KT_Bezeichnung, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;KT_Bezeichnung={&lt;SPAN style="color: #ff00ff;"&gt;'24h*'&lt;/SPAN&gt;}&amp;gt;}DISTINCT KT_Bezeichnung)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you want to count [Card Number], the expression has to be like:&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [Card Number]={&lt;SPAN style="color: #ff6600;"&gt;'24*&lt;/SPAN&gt;'}&amp;gt;}DISTINCT&amp;nbsp; [Card Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count/m-p/584078#M1100646</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-16T12:15:58Z</dc:date>
    </item>
  </channel>
</rss>

