<?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: Reverse accumulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041570#M350494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried your expression in my actual application , like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rangesum(below(sum({&amp;lt;Date= {"&amp;gt;=$(=min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,Day))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is showing amount at 9th day only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 15:13:34 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2016-02-03T15:13:34Z</dc:date>
    <item>
      <title>Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041568#M350492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made on bar chart , in which &lt;/P&gt;&lt;P&gt;Dimension : Day (1,2,3,4,5,6,7,... so on ) -------&amp;nbsp; Sorting order is &lt;STRONG&gt;ascending&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression : sum(amount)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Full accumulation&lt;/STRONG&gt; option is check in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have changed the dimension sorting order to &lt;STRONG&gt;descending .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my chart is look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Required.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113441_Required.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want , amount at day one should be at 9th day (like reverse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attching the example file . &lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 14:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041568#M350492</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-02-03T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041569#M350493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Below(sum(Amount), 0, Day))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113444_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041569#M350493</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041570#M350494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried your expression in my actual application , like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rangesum(below(sum({&amp;lt;Date= {"&amp;gt;=$(=min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,Day))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is showing amount at 9th day only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041570#M350494</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-02-03T15:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041571#M350495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with RowNo() instead of Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=RangeSum(Below(Sum({&amp;lt;Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,RowNo()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also make sure to add Date function around Min in your set analysis unless you date is a number.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041571#M350495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041572#M350496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RowNo() will not accumulate to the bottom line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=RangeSum(Below(Sum({&amp;lt;Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,NoOfRows()) )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=RangeSum(Below(Sum({&amp;lt;Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,(NoOfRows()-RowNo()+1)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041572#M350496</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-03T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041573#M350497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny , &lt;/P&gt;&lt;P&gt;I have tried in this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=RangeSum(Below(Sum({&amp;lt;Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }[ERP Amount USD])/1000000,0,)&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(=Date)"}&amp;gt; }Day)&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It is also working , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Am i doing correct ?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reverse-accumulation/m-p/1041573#M350497</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-02-03T15:30:19Z</dc:date>
    </item>
  </channel>
</rss>

