<?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: Calculation cumul in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422006#M567272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After removing the dimension, and replacing them by an expression, with column(5) = PYNieuweDiagnoses, this does it: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(above(total(column(5)),0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 09:16:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-11T09:16:17Z</dc:date>
    <item>
      <title>Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422001#M567267</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 want to calculate the cumul of the 'person-year nieuwe diagnoses' in a straigth table. Can I do this in the front-end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the picture in attachement to get an idea of what I mean, that's easier than describing it all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422001#M567267</guid>
      <dc:creator />
      <dc:date>2012-12-10T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422002#M567268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the rangesum function in combination with the above function. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422002#M567268</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-10T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422003#M567269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick respons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data I am trying to accumulate is already the result of an aggregation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to tackle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, but I can't get this formula to calculate.... (see also attachment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=rangesum(above(sum($(vND))),0,RowNo())*Halfwaypoint&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where vND = count(distinct {&amp;lt;NieuweDiagnoses={1}&amp;gt;}CumulID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422003#M567269</guid>
      <dc:creator />
      <dc:date>2012-12-10T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422004#M567270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this. The most important bit is removing two dimensions, replacing them as a expressions. I've also calculated some counts in the script to simplify some of the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 17:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422004#M567270</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-10T17:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422005#M567271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm affraid that the simplification causes a loss of flexibility in the front. I want to add in a later stage for example a sex per ID (m/f). Then the calculation of the incidences should adapt itself to this selection. By doing the calculation in the background, this becomes impossible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your input, maybe you have some good advice on this point? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 08:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422005#M567271</guid>
      <dc:creator />
      <dc:date>2012-12-11T08:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation cumul in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422006#M567272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After removing the dimension, and replacing them by an expression, with column(5) = PYNieuweDiagnoses, this does it: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(above(total(column(5)),0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 09:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-cumul-in-straight-table/m-p/422006#M567272</guid>
      <dc:creator />
      <dc:date>2012-12-11T09:16:17Z</dc:date>
    </item>
  </channel>
</rss>

