<?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: unusual distinct value counting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402295#M149712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please insert it in example .qvw because i have different results. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 13:26:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-05T13:26:08Z</dc:date>
    <item>
      <title>unusual distinct value counting</title>
      <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402292#M149709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I hope on yours help in one interesting calculation using Set analysis.&lt;/P&gt;&lt;P&gt;1. calculation(Nr of payers) should represent count of distinct payers in range of current period and all above periods, for example, period 2010.10 should show unique count of payers which is in 2010.10, 2010.09, 2010.08, 2010.07(absence), 2010.06.&lt;/P&gt;&lt;P&gt;2.calculation (Last 3 months) the same but only for last 3 month, for example, period 2010.09&amp;nbsp; should show unique count of payers which is in 2010.09, 2010.08, 2010.07(absence).&lt;/P&gt;&lt;P&gt;Thank your for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 09:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402292#M149709</guid>
      <dc:creator />
      <dc:date>2013-03-04T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: unusual distinct value counting</title>
      <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402293#M149710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sets in set analysis expressions are calculated per chart, not per row. So if you want to use the period as a dimension set analysis won't help you. If you're willing to select a period then you can use these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Payment Date]={'&amp;lt;=$(=max([Payment Date]))'}&amp;gt;}distinct %CaseIDKey)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Payment Date]={'&amp;gt;$(=addmonths(max([Payment Date]),-3))'}&amp;gt;}distinct %CaseIDKey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you'll have to calculate a running count in the script and add an AsOf table for the 3-month period. See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 09:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402293#M149710</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-04T09:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: unusual distinct value counting</title>
      <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402294#M149711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, could you please explain me these expressions&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Count({&amp;lt;[Payment Date]={'&amp;lt;=$(=max([Payment Date]))'}&amp;gt;}distinct %CaseIDKey)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Count({&amp;lt;[Payment Date]={'&amp;gt;$(=addmonths(max([Payment Date]),-3))'}&amp;gt;}distinct %CaseIDKey)&lt;/P&gt;&lt;P&gt;, because when I have substituted in chart , it showed different result comparing of previous result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402294#M149711</guid>
      <dc:creator />
      <dc:date>2013-03-05T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: unusual distinct value counting</title>
      <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402295#M149712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please insert it in example .qvw because i have different results. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402295#M149712</guid>
      <dc:creator />
      <dc:date>2013-03-05T13:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: unusual distinct value counting</title>
      <link>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402296#M149713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what I should do if my report has to have &lt;STRONG style="color: #737373; font-family: Arial;"&gt;&lt;EM&gt;%CaseIDKey&lt;/EM&gt;&lt;/STRONG&gt; filter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 14:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unusual-distinct-value-counting/m-p/402296#M149713</guid>
      <dc:creator />
      <dc:date>2013-03-07T14:10:39Z</dc:date>
    </item>
  </channel>
</rss>

