<?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: Dynamic Cumulative Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556560#M207760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carol could you be more specific about what you are trying to accomplish?&amp;nbsp; Based on your post it seems as though you want the cumulative total to represent the selected days in the date field.&amp;nbsp; If that is true,it appears to be working as is...the cumulative total adds the selected days above it to come up with the cumulative total for the final day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2014 14:37:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-06T14:37:05Z</dc:date>
    <item>
      <title>Dynamic Cumulative Count</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556558#M207758</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;Say I have a list of a website visitors by day. I'd like the users to be able to select the day range and the result to be able to count unique cumulative visitors by day. Please find the examples attached. The final result should look like, but able to be dynamically updated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day1&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Day2&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;Day3&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;Day4&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;Day5&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 09:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556558#M207758</guid>
      <dc:creator />
      <dc:date>2014-01-06T09:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cumulative Count</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556559#M207759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a personal license at the moment so can't open your attachment. I would suggest using the following expression. Let me know if you come right with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above(count(DISTINCT fieldname),0,rowno())) - This will only be distinct for the day in which the value is being checked. The previous cumulative would be added to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to work around the rolling cumulative distinct count. If this is actually, what you want, then will have to come back to your topic mate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 12:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556559#M207759</guid>
      <dc:creator />
      <dc:date>2014-01-06T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cumulative Count</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556560#M207760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carol could you be more specific about what you are trying to accomplish?&amp;nbsp; Based on your post it seems as though you want the cumulative total to represent the selected days in the date field.&amp;nbsp; If that is true,it appears to be working as is...the cumulative total adds the selected days above it to come up with the cumulative total for the final day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 14:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556560#M207760</guid>
      <dc:creator />
      <dc:date>2014-01-06T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cumulative Count</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556561#M207761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/56090"&gt;Cumulative Count&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having numeric values for your days would also help a lot. You can use the DUAL function if you need to retain your existing Date values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 20:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Cumulative-Count/m-p/556561#M207761</guid>
      <dc:creator />
      <dc:date>2014-02-19T20:07:53Z</dc:date>
    </item>
  </channel>
</rss>

