<?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: Help me in below scenario? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997694#M339334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brilliant explanation. Everything is working fine but not last one. pls find screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Errrrr.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98309_Errrrr.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 19:08:07 GMT</pubDate>
    <dc:creator>durgabhavani</dc:creator>
    <dc:date>2015-09-08T19:08:07Z</dc:date>
    <item>
      <title>Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997691#M339331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the total number of profiles in application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One customer number is counted as one profile. But suppose the same customer having the same trigger id on same date then also we need to count that customer as one profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in counting the profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997691#M339331</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-09-08T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997692#M339332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure i understand what you are trying to count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To count the number of records in the table with the Customer field use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....If 'CustomerA' appears on two records it will count as 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To count the number of unique values in the Customer field use:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( distinct Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;....If 'CustomerA' appears on two records it will count as 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to count a customer as being different if they have the same customer value but a different trigger id then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count( distinct Customer&amp;amp;[Trigger ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If you want to count a customer as being different if they have the same customer value but a different DATE then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count( distinct Customer&amp;amp;DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if you want to count a customer as being different if they have the same customer value but a different trigger id&amp;nbsp; OR DATE then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count( distinct Customer&amp;amp;[Trigger ID]&amp;amp;DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997692#M339332</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-09-08T18:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997693#M339333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried count(total(Customer Number))?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997693#M339333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T18:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997694#M339334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brilliant explanation. Everything is working fine but not last one. pls find screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Errrrr.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98309_Errrrr.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997694#M339334</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-09-08T19:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997695#M339335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think your data model has Date defined as:&amp;nbsp; DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace 'Date' with 'DATE' keeping everything else the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997695#M339335</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-09-08T19:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in below scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997696#M339336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Jonathan. Thanks a ton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-below-scenario/m-p/997696#M339336</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-09-08T19:13:32Z</dc:date>
    </item>
  </channel>
</rss>

