<?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: How to show row wise calculated value in pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1922136#M75904</link>
    <description>&lt;P&gt;Isn't this just a variant of an accumulation? If so, you should be able to do it with the Above function.&lt;/P&gt;&lt;P&gt;If you have Month as dimension (and the chart sorted by dimension) and Sum(Target) as measure, you can add a column&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; RangeSum(Above(Sum(Target),0,RowNo()))&lt;/P&gt;&lt;P&gt;to get the accumulated target value. And if you want this divided by # of months, you can do a&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; RangeSum(Above(Sum(Target),0,RowNo())) / RowNo()&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 13:15:16 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2022-04-25T13:15:16Z</dc:date>
    <item>
      <title>How to show row wise calculated value in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1921774#M75874</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to show row wise calculated value in qliksense pivot table ?&lt;/P&gt;
&lt;P&gt;I have months as my dimension values(column). And added 3 measures namely: Target , SO Created and CRM Approved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to show NRR (YTD Sum Total / count of total months) for all available months at the end of the table by adding an extra column&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 06:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1921774#M75874</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2022-04-24T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show row wise calculated value in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1922136#M75904</link>
      <description>&lt;P&gt;Isn't this just a variant of an accumulation? If so, you should be able to do it with the Above function.&lt;/P&gt;&lt;P&gt;If you have Month as dimension (and the chart sorted by dimension) and Sum(Target) as measure, you can add a column&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; RangeSum(Above(Sum(Target),0,RowNo()))&lt;/P&gt;&lt;P&gt;to get the accumulated target value. And if you want this divided by # of months, you can do a&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; RangeSum(Above(Sum(Target),0,RowNo())) / RowNo()&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1922136#M75904</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-04-25T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show row wise calculated value in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1922586#M75947</link>
      <description>&lt;P&gt;&lt;SPAN&gt;something like below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=sum(aggr( RangeSum(Above(Sum(somefield)/count(somefield),0,RowNo(total))) ,&amp;nbsp; (Month,(Numeric,ASCENDING))))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 09:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-row-wise-calculated-value-in-pivot-table/m-p/1922586#M75947</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-26T09:32:20Z</dc:date>
    </item>
  </channel>
</rss>

