<?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 and Sum multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782881#M534422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Manish and Massimo for the fast response, both formulas are working.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 06:47:22 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2015-02-25T06:47:22Z</dc:date>
    <item>
      <title>AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782877#M534418</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;as per the attached example I do not get the correct result: I would like to show (in a text-box) the SUM(Val) for those records, where Amount is &amp;lt; 0.&lt;/P&gt;&lt;P&gt;Within this example it should be 7 (2 plus 5). Think that it is linked with some multiple values for Dim1 and Dim2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me the right way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782877#M534418</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-24T21:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782878#M534419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;Dim1 = {"=SUM(Amt)&amp;lt;0"}&amp;gt;}Vol)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782878#M534419</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-24T21:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782879#M534420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(IF(AGGR(SUM(Amt), Dim1, Dim2) &amp;lt; 0, aggr(sum(Vol),Dim1,Dim2)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 22:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782879#M534420</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-24T22:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782880#M534421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please give an explanation around solution provided by Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Qlikuser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 02:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782880#M534421</guid>
      <dc:creator />
      <dc:date>2015-02-25T02:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782881#M534422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Manish and Massimo for the fast response, both formulas are working.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782881#M534422</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-25T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR and Sum multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782882#M534423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim1 and Dim2 are already in DImension Tab so no need to keep in expression with Aggr Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;=SUM({&amp;lt;Dim1 = {"=SUM(Amt)&amp;lt;0"}&amp;gt;}Vol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;The above will load only those SUM(Vol) for Dim1 for which SUM(Amt) &amp;gt; 0.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-and-Sum-multiple-values/m-p/782882#M534423</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-25T07:23:45Z</dc:date>
    </item>
  </channel>
</rss>

