<?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: cumm Sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162983#M887483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Cummulative Category A Sales ' &amp;amp; Num(Sum({&amp;lt;Flag={'A'}, MonthYear = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(MonthYear)), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}, Month&amp;gt;}Sales),'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 03:03:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-08T03:03:54Z</dc:date>
    <item>
      <title>cumm Sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162981#M887481</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;I have the data on date level.&lt;/P&gt;&lt;P&gt;I want to calculate cumulative sum of the Sales for category A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula is &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'A'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;How to write the cumulative sum for the selected month for each year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162981#M887481</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: cumm Sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162982#M887482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the number you are expecting to see here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 02:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162982#M887482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T02:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: cumm Sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162983#M887483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Cummulative Category A Sales ' &amp;amp; Num(Sum({&amp;lt;Flag={'A'}, MonthYear = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(MonthYear)), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}, Month&amp;gt;}Sales),'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 03:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162983#M887483</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T03:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: cumm Sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162984#M887484</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;Create another AsofTable and make MonthYear as the&amp;nbsp; key to link your sales table with the AsofTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AsofMonth:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;MonthYear ,&lt;/P&gt;&lt;P&gt;Sum(Sales) as MonthSale&lt;/P&gt;&lt;P&gt;Resident Dept_Sales&lt;/P&gt;&lt;P&gt;Group by MonthYear;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula will be &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'A'}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;MonthSale &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 03:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumm-Sum/m-p/1162984#M887484</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-09-08T03:14:14Z</dc:date>
    </item>
  </channel>
</rss>

