<?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: Monthly Running cumulative total in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620551#M2775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this approach... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for part A, &lt;/P&gt;&lt;P&gt;you can write your expression something like: rangesum(before( sum(Sales),0,Month)) &lt;/P&gt;&lt;P&gt;month is number of the month (if your calendar month use num(Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its difficut to get the part B, but as an alternative you can include a background expression &lt;/P&gt;&lt;P&gt;like below, which highlights all those values exceeding targets. you can still modifly the expression to highlight the one month (ex: Aug) &lt;/P&gt;&lt;P&gt;=if(rangesum(before( sum(Sales),0,Month))&amp;gt;=Target,rgb(255,150,300),rgb(255,255,255)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 16:33:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-25T16:33:43Z</dc:date>
    <item>
      <title>Monthly Running cumulative total</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620550#M2774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi -&lt;/P&gt;&lt;P&gt;I am new to Qlikview and I need help to calculate Running cumulative totals using a Pivot table as well as returning the MONTH (Index function in Excel) when a person actually reaches their Target (Sales Goal) for the year. I have been add Month 1 + Month 2 = Month 3, but there must be a better way to get the same thing using an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached excel file for reference.&amp;nbsp; I am trying to get A (cumulative months) and B (whether they meet Sales met their target, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620550#M2774</guid>
      <dc:creator />
      <dc:date>2014-03-25T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Running cumulative total</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620551#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this approach... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for part A, &lt;/P&gt;&lt;P&gt;you can write your expression something like: rangesum(before( sum(Sales),0,Month)) &lt;/P&gt;&lt;P&gt;month is number of the month (if your calendar month use num(Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its difficut to get the part B, but as an alternative you can include a background expression &lt;/P&gt;&lt;P&gt;like below, which highlights all those values exceeding targets. you can still modifly the expression to highlight the one month (ex: Aug) &lt;/P&gt;&lt;P&gt;=if(rangesum(before( sum(Sales),0,Month))&amp;gt;=Target,rgb(255,150,300),rgb(255,255,255)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 16:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620551#M2775</guid>
      <dc:creator />
      <dc:date>2014-03-25T16:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Running cumulative total</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620552#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Suzanne,&lt;/P&gt;&lt;P&gt;Attached with answer. I thing i did was find the running total starting from Jan to Dec. Also I created a variable in the back-end to set the Target amount. Please go through the code and the tables created on the front end.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 16:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620552#M2776</guid>
      <dc:creator />
      <dc:date>2014-03-25T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Running cumulative total</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620553#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both logics and they do work.  The additional logic that Ajay did push me to the finish line!. Thank You to you both! ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 17:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620553#M2777</guid>
      <dc:creator />
      <dc:date>2014-03-25T17:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Running cumulative total</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620554#M2778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Suzanne,&lt;/P&gt;&lt;P&gt;Can you close the post by marking the answers as helpful or answered, so that it would be helpful for others as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Monthly-Running-cumulative-total/m-p/620554#M2778</guid>
      <dc:creator />
      <dc:date>2014-03-25T18:12:14Z</dc:date>
    </item>
  </channel>
</rss>

