<?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 cumulative count (special) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/cumulative-count-special/m-p/84333#M5618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Got a bar chart&lt;/P&gt;&lt;P&gt;and I have the following expression : Count(distinct User)&lt;/P&gt;&lt;P&gt;in the Bar Chart I got a dimension which is Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I want to accomplish is the following:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203323" alt="community.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203323_community.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;ok in 1/25/2017 I got 1 User&lt;/P&gt;&lt;P&gt;in 1/26/2017 I should have 2 Users&lt;/P&gt;&lt;P&gt;in 1/30/2017 I should have 3 Users&lt;/P&gt;&lt;P&gt;in 2/9/2017&amp;nbsp; I should have 5 Users&lt;/P&gt;&lt;P&gt;in 2/10/2017 &lt;EM style="color: #ff0000;"&gt;&lt;STRONG&gt;I should also have 5 users because jharb and adauphin appeared previously&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;.....&lt;/P&gt;&lt;P&gt;so on a specific date if a user appeared on previous dates then this user shouldn't be counted again&lt;/P&gt;&lt;P&gt;kindly advise on how to accomplish this&lt;/P&gt;&lt;P&gt;Note: if user selects 2/9/2017 the number 5 should be visible and not 2 &lt;BR /&gt;the chart won't have the user as dimension ; only the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ali Hijazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2018 08:52:21 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2018-05-24T08:52:21Z</dc:date>
    <item>
      <title>cumulative count (special)</title>
      <link>https://community.qlik.com/t5/App-Development/cumulative-count-special/m-p/84333#M5618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Got a bar chart&lt;/P&gt;&lt;P&gt;and I have the following expression : Count(distinct User)&lt;/P&gt;&lt;P&gt;in the Bar Chart I got a dimension which is Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I want to accomplish is the following:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203323" alt="community.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203323_community.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;ok in 1/25/2017 I got 1 User&lt;/P&gt;&lt;P&gt;in 1/26/2017 I should have 2 Users&lt;/P&gt;&lt;P&gt;in 1/30/2017 I should have 3 Users&lt;/P&gt;&lt;P&gt;in 2/9/2017&amp;nbsp; I should have 5 Users&lt;/P&gt;&lt;P&gt;in 2/10/2017 &lt;EM style="color: #ff0000;"&gt;&lt;STRONG&gt;I should also have 5 users because jharb and adauphin appeared previously&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;.....&lt;/P&gt;&lt;P&gt;so on a specific date if a user appeared on previous dates then this user shouldn't be counted again&lt;/P&gt;&lt;P&gt;kindly advise on how to accomplish this&lt;/P&gt;&lt;P&gt;Note: if user selects 2/9/2017 the number 5 should be visible and not 2 &lt;BR /&gt;the chart won't have the user as dimension ; only the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ali Hijazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 08:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/cumulative-count-special/m-p/84333#M5618</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-05-24T08:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative count (special)</title>
      <link>https://community.qlik.com/t5/App-Development/cumulative-count-special/m-p/84334#M5619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add an expression X with :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(Date= aggr(min(Date), User,1,0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that's count 1 time your user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another expression Y which is Y + above(X)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 09:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/cumulative-count-special/m-p/84334#M5619</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-05-24T09:28:38Z</dc:date>
    </item>
  </channel>
</rss>

