<?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 Pivot Table - Sum If Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550171#M440196</link>
    <description>&lt;P&gt;I am trying to write an aggr expression but struggling with how to do it&lt;/P&gt;&lt;P&gt;Row: Paid Year&lt;/P&gt;&lt;P&gt;Column: Billed Year&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;If the total Billed amount is greater than $50,000 for "company" than include the amount in the appropriate Paid Year/Billed year intersection of the pivot table.&lt;/P&gt;&lt;P&gt;Help?!&lt;/P&gt;&lt;P&gt;Zagwit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:19:04 GMT</pubDate>
    <dc:creator>Zagwit</dc:creator>
    <dc:date>2024-11-16T04:19:04Z</dc:date>
    <item>
      <title>Pivot Table - Sum If Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550171#M440196</link>
      <description>&lt;P&gt;I am trying to write an aggr expression but struggling with how to do it&lt;/P&gt;&lt;P&gt;Row: Paid Year&lt;/P&gt;&lt;P&gt;Column: Billed Year&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;If the total Billed amount is greater than $50,000 for "company" than include the amount in the appropriate Paid Year/Billed year intersection of the pivot table.&lt;/P&gt;&lt;P&gt;Help?!&lt;/P&gt;&lt;P&gt;Zagwit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550171#M440196</guid>
      <dc:creator>Zagwit</dc:creator>
      <dc:date>2024-11-16T04:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Sum If Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550183#M440197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hopefully I understood the requirement correctly. Try below expression&lt;/P&gt;&lt;P&gt;SUM(IF(aggr(sum(Amount),Company, BilledYear, PaidYear)&amp;gt;=55000,Amount))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="1550171#M440196.PNG" style="width: 504px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6928iCF2DAF6A1BAAC1F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1550171#M440196.PNG" alt="1550171#M440196.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 03:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550183#M440197</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-02-28T03:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Sum If Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550240#M440206</link>
      <description>No need to do aggregation.&lt;BR /&gt;You can simply use below expression,&lt;BR /&gt;&lt;BR /&gt;=If(sum(Amont)&amp;gt;=50000,sum(Amont))&lt;BR /&gt;&lt;BR /&gt;Hope this will work for you.&lt;BR /&gt;&lt;BR /&gt;-Vishal Waghole</description>
      <pubDate>Thu, 28 Feb 2019 06:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550240#M440206</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2019-02-28T06:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Sum If Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550559#M440235</link>
      <description>&lt;P&gt;This is exactly what I want. However I am just getting "0" at all the intersections that should have values.&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Sum-If-Aggr/m-p/1550559#M440235</guid>
      <dc:creator>Zagwit</dc:creator>
      <dc:date>2019-02-28T14:29:37Z</dc:date>
    </item>
  </channel>
</rss>

