<?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 function problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867565#M303485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I am looking for..Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 08:01:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-11T08:01:43Z</dc:date>
    <item>
      <title>Aggr function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867561#M303481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help....I would like to calculate the total amount of the suppliers with more than 1250000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;aggr(sum(Amount),SupplierID)&amp;gt;1250000,sum(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;the formula is giving me the total amount not the sum of the amount for the ones with more than 1250000(Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867561#M303481</guid>
      <dc:creator />
      <dc:date>2015-06-10T19:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867562#M303482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, use the expression below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Sum({$&amp;lt;SupplierID= {"=sum(Amount) &amp;gt; 1250000"}&amp;gt;} Amount),SupplierID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 20:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867562#M303482</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-06-10T20:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867563#M303483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Total&amp;lt;SupplierID&amp;gt;amount)&amp;gt;125000,sum(Total&amp;lt;SupplierID&amp;gt;Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jannnet-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 23:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867563#M303483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T23:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867564#M303484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No aggr() required:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;SupplierID= {"=sum({1} Amount)&amp;gt;1250000"}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 01:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867564#M303484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T01:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867565#M303485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I am looking for..Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-function-problem/m-p/867565#M303485</guid>
      <dc:creator />
      <dc:date>2015-06-11T08:01:43Z</dc:date>
    </item>
  </channel>
</rss>

