<?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 Problem with accumulative columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224938#M77300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with a pivot table.&lt;/P&gt;&lt;P&gt;The value of the columns is the value of the column plus the accumulative value of columns before. I try this with the function Before but I don't obtain the result I need.&lt;/P&gt;&lt;P&gt;The values of original expression are:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 2000 3000 4000 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I get:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 3000 5000 7000 90000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I need is:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 3000 6000 10000 15000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help, any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;O.Iglesias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1942_sourceID:1942" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 21:14:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-15T21:14:51Z</dc:date>
    <item>
      <title>Problem with accumulative columns</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224938#M77300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with a pivot table.&lt;/P&gt;&lt;P&gt;The value of the columns is the value of the column plus the accumulative value of columns before. I try this with the function Before but I don't obtain the result I need.&lt;/P&gt;&lt;P&gt;The values of original expression are:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 2000 3000 4000 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I get:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 3000 5000 7000 90000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I need is:&lt;/P&gt;&lt;P&gt;Month 1 2 3 4 5&lt;/P&gt;&lt;P&gt;1000 3000 6000 10000 15000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help, any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;O.Iglesias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1942_sourceID:1942" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 21:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224938#M77300</guid>
      <dc:creator />
      <dc:date>2010-07-15T21:14:51Z</dc:date>
    </item>
    <item>
      <title>Problem with accumulative columns</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224939#M77301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what you need:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=RangeSum(Before(Sum(IMPORTE), 0, ColumNo()))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;What it is telling QlikView to do is: Evaluate Sum(IMPORTE) in all previous columns of my table, starting from this point (zero), and a for a number of x Columns (Result of ColumnNo()).&lt;/P&gt;&lt;P&gt;Hope this Helps.&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 04:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224939#M77301</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-07-16T04:01:10Z</dc:date>
    </item>
    <item>
      <title>Problem with accumulative columns</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224940#M77302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Mike García"]Evaluate Sum(IMPORTE) in all previous columns of my table, starting from this point (zero), and a for a number of x Columns (Result of ColumnNo()).&lt;/P&gt;&lt;P&gt;Sorry, I missed something: "AND sum all the results". So it should say:&lt;/P&gt;&lt;P&gt;Evaluate Sum(IMPORTE) in all previous columns of my table, starting from this point (zero), and a for a number of x Columns (Result of ColumnNo()) AND sum all the results.&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 04:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224940#M77302</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-07-16T04:02:50Z</dc:date>
    </item>
    <item>
      <title>Problem with accumulative columns</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224941#M77303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Mike, it works!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 07:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-accumulative-columns/m-p/224941#M77303</guid>
      <dc:creator />
      <dc:date>2010-07-16T07:24:01Z</dc:date>
    </item>
  </channel>
</rss>

