<?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: Cumulative Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393201#M423312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upali,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(PREMIUM),0,RowNo()))&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(BUDGET),0,RowNo()))&lt;/P&gt;&lt;P&gt;(RangeSum(Above(Sum(BUDGET),0,RowNo()))-RangeSum(Above(Sum(PREMIUM),0,RowNo())))/RangeSum(Above(Sum(PREMIUM),0,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 09:54:36 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-08-28T09:54:36Z</dc:date>
    <item>
      <title>Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393196#M423307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;In my following Pivot table monthly figures are shown with growth rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174838_Screenshot_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want to calculate cumulative monthly figures in the same format as shown below ( That month of Feb should show Jan+Feb Figures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/174839_Screenshot_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My expression use for the above are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual 2016&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(PREMIUM)&lt;/P&gt;&lt;P&gt;Budget 2017&amp;nbsp;&amp;nbsp; Sum(BUDGET)&lt;/P&gt;&lt;P&gt;GROWTH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(BUDGET-PREMIUM)/SUM(PREMIUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me to to the above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393196#M423307</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-08-28T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393197#M423308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upali,&lt;/P&gt;&lt;P&gt;You try this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(&lt;/P&gt;&lt;P&gt;Match(MONM,'Actual-2016','Budget-2016','Growth'),&lt;/P&gt;&lt;P&gt;Sum(PREMIUM)&lt;/P&gt;&lt;P&gt;Sum(BUDGET)&lt;/P&gt;&lt;P&gt;Num(SUM(BUDGET-PREMIUM)/SUM(PREMIUM),'0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393197#M423308</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-08-28T09:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393198#M423309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share sample data/qvw to work on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393198#M423309</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-28T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393199#M423310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but It does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393199#M423310</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-08-28T09:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393200#M423311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share the sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393200#M423311</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393201#M423312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upali,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(PREMIUM),0,RowNo()))&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(BUDGET),0,RowNo()))&lt;/P&gt;&lt;P&gt;(RangeSum(Above(Sum(BUDGET),0,RowNo()))-RangeSum(Above(Sum(PREMIUM),0,RowNo())))/RangeSum(Above(Sum(PREMIUM),0,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393201#M423312</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-28T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393202#M423313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upali,&lt;/P&gt;&lt;P&gt;The images you posted look like they came from Excel. I guess then your QV data model does not have the dimension MONM. If not you can add a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MONM :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ValueList('Actual-2016','Budget-2016','Growth')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(&lt;/P&gt;&lt;P&gt;Match(ValueList('Actual-2016','Budget-2016','Growth'),'Actual-2016','Budget-2016','Growth'),&lt;/P&gt;&lt;P&gt;sum(PREMIUM)&lt;/P&gt;&lt;P&gt;Sum(BUDGET)&lt;/P&gt;&lt;P&gt;SUM(BUDGET-PREMIUM)/SUM(PREMIUM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value/m-p/1393202#M423313</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-08-28T09:58:27Z</dc:date>
    </item>
  </channel>
</rss>

