<?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 Accumulated Sum - Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391394#M423025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with the above function.&lt;/P&gt;&lt;P&gt;I have following straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183266_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant column ist&lt;STRONG&gt; TWR YTD&lt;/STRONG&gt;, which should reflect the accumulated SUM from &lt;STRONG&gt;TWR Täglich.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The logic should be adjusted here with following requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Acc Sum by ID and ISIN&lt;/LI&gt;&lt;LI&gt;If Flag IstBeginn = 1 we should start to sum up from 0&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the red underlined values should be all 0 as we do not have any specific value in TWR Täglich column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Rangesum( above(total Column(6),0,rowno(total)))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to tweak with the last 2 parameters and maybe use the AGGR function by grouping the resultset by ID and ISIN (not sure if needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can support me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2017 19:48:07 GMT</pubDate>
    <dc:creator>pamaxeed</dc:creator>
    <dc:date>2017-11-14T19:48:07Z</dc:date>
    <item>
      <title>Accumulated Sum - Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391394#M423025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with the above function.&lt;/P&gt;&lt;P&gt;I have following straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183266_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant column ist&lt;STRONG&gt; TWR YTD&lt;/STRONG&gt;, which should reflect the accumulated SUM from &lt;STRONG&gt;TWR Täglich.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The logic should be adjusted here with following requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Acc Sum by ID and ISIN&lt;/LI&gt;&lt;LI&gt;If Flag IstBeginn = 1 we should start to sum up from 0&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the red underlined values should be all 0 as we do not have any specific value in TWR Täglich column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Rangesum( above(total Column(6),0,rowno(total)))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to tweak with the last 2 parameters and maybe use the AGGR function by grouping the resultset by ID and ISIN (not sure if needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can support me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391394#M423025</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2017-11-14T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Sum - Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391395#M423026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Column(6), 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391395#M423026</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-14T19:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Sum - Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391396#M423027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to create a new field in the script like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Id*ISIN as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(Column(6), 0, RowNo())), Ket, DateField)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391396#M423027</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-14T19:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Sum - Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391397#M423028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me what is the difference to mine one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391397#M423028</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2017-11-14T19:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Sum - Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391398#M423029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By design when you add TOTAL to Above and RowNo, they accumulative regardless of the chart dimension... where as without TOTAL, the value changes based on dimension change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Sum-Straight-Table/m-p/1391398#M423029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-15T09:31:22Z</dc:date>
    </item>
  </channel>
</rss>

