<?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: Cumulative sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796330#M281303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(sum(Aggr(vOpHeadCountSelYear, Month)),sum(Aggr(vOpHeadCountSelYear, Month)),Above(Column(1)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 12:52:37 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-29T12:52:37Z</dc:date>
    <item>
      <title>Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796325#M281298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the cumulative sum of headcount(YTD Headacount) month on month increase and decrease in the headcount .&lt;/P&gt;&lt;P&gt;Attached is the sample qvw application for the same.&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;If i select&amp;nbsp; year as 2014 then in the Chart Absolute Headcount for the month of Nov and Dec values should be reflected as 14 instead of 5 because&amp;nbsp; there is no hire and termination in the month of Nov and Dec and in the Month of Oct the headcount was 14 so it should be reflected as YTD headcount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to get the above output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 11:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796325#M281298</guid>
      <dc:creator />
      <dc:date>2014-12-29T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796326#M281299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your headcount should be 13(16-3). Correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;DateType={'Hire'}, Year={'&amp;lt;&lt;STRONG style="font-size: 12pt;"&gt;=&lt;/STRONG&gt;$(=Year)'}&amp;gt;}EmpID) - Count({&amp;lt;DateType={'Term'}, Year={'&amp;lt;&lt;STRONG style="font-size: 12pt;"&gt;=&lt;/STRONG&gt;$(=Year)'}&amp;gt;}EmpID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796326#M281299</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-29T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796327#M281300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right ,at the end i should have 13 but When i am selecting year as 2014&amp;nbsp; then&lt;/P&gt;&lt;P&gt;Jan headcount should be headcount as of 31/12 /2013 + Net joiner /leavers of Jan 2014,&lt;/P&gt;&lt;P&gt;Feb headcount should be jan 2014 result +&amp;nbsp; Net joiner /leavers of Feb 2014,&lt;/P&gt;&lt;P&gt;Mar headcount should be Feb2014 + Net joiner /leavers of Mar 2014 and so on.&lt;/P&gt;&lt;P&gt;which i am not able to get from the above expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796327#M281300</guid>
      <dc:creator />
      <dc:date>2014-12-29T12:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796328#M281301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above expr gives 13. Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796328#M281301</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-29T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796329#M281302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting 13 in the chart Absolute Headcount in the Month of Oct.&lt;BR /&gt;I want to show the same 13 value in the month of Nov and Dec also,&lt;/P&gt;&lt;P&gt;as there is no hires and terminations in the month of Nov and Dec of 2014.&lt;/P&gt;&lt;P&gt;So the headcount at the end of Dec 2014 will be 13.&lt;/P&gt;&lt;P&gt;By using the above expression i am only getting the Net result.&lt;/P&gt;&lt;P&gt;I want to show the month on month Headcount Movement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796329#M281302</guid>
      <dc:creator />
      <dc:date>2014-12-29T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796330#M281303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(sum(Aggr(vOpHeadCountSelYear, Month)),sum(Aggr(vOpHeadCountSelYear, Month)),Above(Column(1)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796330#M281303</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-29T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796331#M281304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show the growth ,month on month&lt;/P&gt;&lt;P&gt;Expected Output for Year&amp;nbsp; 2014:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 107px; BORDER-COLLAPSE: collapse;"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl63" height="19" style="background-color: whitesmoke; width: 47pt; height: 14.25pt; border: #f0f0f0;" width="62"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Month&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="background-color: whitesmoke; width: 34pt; border: #f0f0f0;" width="45"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;HeadCount&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Jan&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Feb&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Mar&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Apr&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;May&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Jun&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;9&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Jul&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;11&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Aug&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;11&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Sep&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;12&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Oct&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Nov&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD class="xl64" height="19" style="background-color: white; height: 14.25pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;Dec&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: white; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Trebuchet MS; color: #333333;"&gt;13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In your expression i am getting 13 for all the months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796331#M281304</guid>
      <dc:creator />
      <dc:date>2014-12-30T05:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796332#M281305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(TOTAL {&amp;lt;DateType={'Hire'}, Year={'&amp;lt;$(=Year)'}&amp;gt;}EmpID) - Count(TOTAL {&amp;lt;DateType={'Term'}, Year={'&amp;lt;$(=Year)'}&amp;gt;}EmpID) &lt;/P&gt;&lt;P&gt;+ RangeSum(Above(Count({&amp;lt;DateType={'Hire'}&amp;gt;}EmpID),0,RowNo())) - RangeSum(Above(Count({&amp;lt;DateType={'Term'}&amp;gt;}EmpID),0,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 07:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum/m-p/796332#M281305</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-30T07:16:58Z</dc:date>
    </item>
  </channel>
</rss>

