<?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 Range Sum Iterate Over Years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370180#M575037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can one of you help me figure this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension = Date&lt;/P&gt;&lt;P&gt;Expression = (sum(TOTAL {$&amp;lt;AccountLevelDesc={'Turnover'},FinancialYear={'2013'}&amp;gt;}CostCentreOBGValue) - &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RangeSum(Above(TOTAL Sum({$&amp;lt;AccountLevelDesc={'Turnover'},FinancialYear={'2013'}&amp;gt;}CostCentreOBGValue), 1, Rowno(TOTAL))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression above does exactly what it should do for 2013. It takes the total Revenue Value for the Year and then subtracts the previous accumulated amount. So for example and to illustrate a little more clearly. I have this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostCentreOBGValue&lt;/P&gt;&lt;P&gt;Jan 13,&amp;nbsp;&amp;nbsp; 1200&lt;/P&gt;&lt;P&gt;Feb 13,&amp;nbsp; 1100&lt;/P&gt;&lt;P&gt;Mar 13,&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;Apr 13,&amp;nbsp;&amp;nbsp; 900 &lt;/P&gt;&lt;P&gt;May 13,&amp;nbsp; 800&amp;nbsp; &lt;/P&gt;&lt;P&gt;Jun 13,&amp;nbsp;&amp;nbsp; 700 &lt;/P&gt;&lt;P&gt;Jul 13,&amp;nbsp;&amp;nbsp;&amp;nbsp; 600&lt;/P&gt;&lt;P&gt;Aug 13,&amp;nbsp;&amp;nbsp; 500&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sep 13,&amp;nbsp;&amp;nbsp; 400&amp;nbsp; &lt;/P&gt;&lt;P&gt;Oct 13,&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;Nov 13,&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;Dec 13,&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i chart this the value i see in Jan 2013 with the above expression will be sum of all values for the year&amp;nbsp; and minus any previous value that has past. So Month 1 shows 7800. Then in month 2 Jan has past which had a value of 1200, so this is minused from the previous value of 7800 giving us 6600. For month 3 Mar, the new accumulated past values is 2300 and takes this away from 7800 giving us 5500 and so on till eventually in the last month u have 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is working great except i dont want to limit this expression to a single year. I want to apply this methodology across all possible years but at the end of each financial year it starts again. So when 2014 starts it takes the next 12 months and does the same diminishing principle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this. BTW the when charted it should look like a jigsaw, starts big, gets small and gets big again with the start of the new. Please can you guys let me know, been struggling with this one&lt;/P&gt;&lt;P&gt;&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>Wed, 27 Jun 2012 10:11:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-27T10:11:22Z</dc:date>
    <item>
      <title>Range Sum Iterate Over Years</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370180#M575037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can one of you help me figure this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension = Date&lt;/P&gt;&lt;P&gt;Expression = (sum(TOTAL {$&amp;lt;AccountLevelDesc={'Turnover'},FinancialYear={'2013'}&amp;gt;}CostCentreOBGValue) - &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RangeSum(Above(TOTAL Sum({$&amp;lt;AccountLevelDesc={'Turnover'},FinancialYear={'2013'}&amp;gt;}CostCentreOBGValue), 1, Rowno(TOTAL))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression above does exactly what it should do for 2013. It takes the total Revenue Value for the Year and then subtracts the previous accumulated amount. So for example and to illustrate a little more clearly. I have this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostCentreOBGValue&lt;/P&gt;&lt;P&gt;Jan 13,&amp;nbsp;&amp;nbsp; 1200&lt;/P&gt;&lt;P&gt;Feb 13,&amp;nbsp; 1100&lt;/P&gt;&lt;P&gt;Mar 13,&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;Apr 13,&amp;nbsp;&amp;nbsp; 900 &lt;/P&gt;&lt;P&gt;May 13,&amp;nbsp; 800&amp;nbsp; &lt;/P&gt;&lt;P&gt;Jun 13,&amp;nbsp;&amp;nbsp; 700 &lt;/P&gt;&lt;P&gt;Jul 13,&amp;nbsp;&amp;nbsp;&amp;nbsp; 600&lt;/P&gt;&lt;P&gt;Aug 13,&amp;nbsp;&amp;nbsp; 500&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sep 13,&amp;nbsp;&amp;nbsp; 400&amp;nbsp; &lt;/P&gt;&lt;P&gt;Oct 13,&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;Nov 13,&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;Dec 13,&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i chart this the value i see in Jan 2013 with the above expression will be sum of all values for the year&amp;nbsp; and minus any previous value that has past. So Month 1 shows 7800. Then in month 2 Jan has past which had a value of 1200, so this is minused from the previous value of 7800 giving us 6600. For month 3 Mar, the new accumulated past values is 2300 and takes this away from 7800 giving us 5500 and so on till eventually in the last month u have 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is working great except i dont want to limit this expression to a single year. I want to apply this methodology across all possible years but at the end of each financial year it starts again. So when 2014 starts it takes the next 12 months and does the same diminishing principle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this. BTW the when charted it should look like a jigsaw, starts big, gets small and gets big again with the start of the new. Please can you guys let me know, been struggling with this one&lt;/P&gt;&lt;P&gt;&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>Wed, 27 Jun 2012 10:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370180#M575037</guid>
      <dc:creator />
      <dc:date>2012-06-27T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Iterate Over Years</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370181#M575038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone? I also just realised that the above calculation isnt actually correct as i am creating a stacked chart with the different business units as the other dimension, it tends to add other values when more then one business unit is selected????. If anyone knows how to do accumulation sum ranges effectively, please post &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370181#M575038</guid>
      <dc:creator />
      <dc:date>2012-06-28T07:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Iterate Over Years</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370182#M575039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to remove the year portion of the set analysis (only calculated once per object) and adjust the last paramter of Above() to only go up the number of date values you have (can you use a static number - 12 instead of RowNo()?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't work it out from this please post your app so we can take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 08:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370182#M575039</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-28T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Iterate Over Years</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370183#M575040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Struggled for a long time with this one and below is the solution that finally worked, took me an incredibly long time to get this right. Below is the code that I used. Removing financial year as you mentioned was important and adding it to the aggr function when doing the rangesum seemed to do the trick. Thanks for your help mate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FinancialYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountLevelDesc&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'Turnover'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreOBGValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountLevelDesc&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'Turnover'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreOBGValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)-&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountLevelDesc&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'Turnover'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreOBGValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;), &lt;BR /&gt; 1, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;))),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CostCentreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FinancialYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370183#M575040</guid>
      <dc:creator />
      <dc:date>2012-06-28T12:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Iterate Over Years</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370184#M575041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to add, the above is for when you have two dimensions, CostCentre and Financial Year... If you wanted to add another level down i.e Date, you use the following code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Date=Min(TOTAL &amp;lt;CostCentreName&amp;gt;Date),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sum(TOTAL&amp;lt;CostCentreName,FinancialYear&amp;gt;{$&amp;lt;AccountLevelDesc={'Turnover'}&amp;gt;}CostCentreOBGValue),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sum(TOTAL&amp;lt;CostCentreName,FinancialYear&amp;gt;{$&amp;lt;AccountLevelDesc={'Turnover'}&amp;gt;}CostCentreOBGValue)-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aggr(RangeSum(Above( Sum({$&amp;lt;AccountLevelDesc={'Turnover'}&amp;gt;}CostCentreOBGValue), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, RowNo(Total))),CostCentreName,FinancialYear,Date))&lt;/P&gt;&lt;P&gt;&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>Thu, 28 Jun 2012 13:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Iterate-Over-Years/m-p/370184#M575041</guid>
      <dc:creator />
      <dc:date>2012-06-28T13:31:52Z</dc:date>
    </item>
  </channel>
</rss>

