<?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: aggr(RangeSum(Above( based on 2 dimensions in a pivot table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655484#M49010</link>
    <description>&lt;P&gt;Thanks bud its work.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 14:19:30 GMT</pubDate>
    <dc:creator>stevietm</dc:creator>
    <dc:date>2019-12-09T14:19:30Z</dc:date>
    <item>
      <title>aggr(RangeSum(Above( based on 2 dimensions in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655468#M49006</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I hope someone can help me. I currently want to do an aggr(RangeSum(Above( based on 2 dimensions in a pivot table.&lt;/P&gt;&lt;P&gt;The table have to be able to expand the period&amp;nbsp;dimensions to show the breakdown per company.&amp;nbsp;&lt;BR /&gt;Find attached an excel example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: My measures are rows and my dimensions are columns.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655468#M49006</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2024-11-16T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: aggr(RangeSum(Above( based on 2 dimensions in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655474#M49007</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(
  RangeSum(Above(
    Sum({&amp;lt;FinYear = {'2019','2018','2017','2016'}, ManagementMap4 = {'AUDIT FEE'}, CompanyName&amp;gt;} -Amount)
  , 0, RowNo()))
, CompanyName, Period)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655474#M49007</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-09T14:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: aggr(RangeSum(Above( based on 2 dimensions in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655480#M49008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, the numbers seems to be correct now but the non expanded period gives 0's back. Only when expanding it shows the amounts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655480#M49008</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2019-12-09T14:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: aggr(RangeSum(Above( based on 2 dimensions in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655481#M49009</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
  RangeSum(Above(
    Sum({&amp;lt;FinYear = {'2019','2018','2017','2016'}, ManagementMap4 = {'AUDIT FEE'}, CompanyName&amp;gt;} -Amount)
  , 0, RowNo()))
, CompanyName, Period))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655481#M49009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-09T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: aggr(RangeSum(Above( based on 2 dimensions in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655484#M49010</link>
      <description>&lt;P&gt;Thanks bud its work.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/aggr-RangeSum-Above-based-on-2-dimensions-in-a-pivot-table/m-p/1655484#M49010</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2019-12-09T14:19:30Z</dc:date>
    </item>
  </channel>
</rss>

