<?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: Problems with AGGR function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824641#M473019</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;Try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LiefDatum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ShipID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdrEmpf&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 12:41:00 GMT</pubDate>
    <dc:creator>perumal_41</dc:creator>
    <dc:date>2014-11-26T12:41:00Z</dc:date>
    <item>
      <title>Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824638#M473016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate the number of shipments aggregated by Adress and Shipping ID&lt;/P&gt;&lt;P&gt;The correct outcome should be 87. (in Excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this formula: =Aggr(count(LiefDatum), ShipID, AdrEmpf)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result in QV is 1 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wrong? Would be nice if somebody could give me a tipp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824638#M473016</guid>
      <dc:creator />
      <dc:date>2014-11-26T12:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824639#M473017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824639#M473017</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-26T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824640#M473018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;almost correct, you only need to sum the different results of the aggr function:&lt;/P&gt;&lt;P&gt;=Sum(Aggr(count(LiefDatum), ShipID, AdrEmpf))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824640#M473018</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T12:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824641#M473019</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;Try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LiefDatum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ShipID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdrEmpf&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824641#M473019</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-26T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824642#M473020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do you need to aggr, you can use normal count like =count(LiefDatum) and it will return 87, what is your need? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824642#M473020</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-26T12:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with AGGR function</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824643#M473021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-AGGR-function/m-p/824643#M473021</guid>
      <dc:creator />
      <dc:date>2014-11-26T12:44:44Z</dc:date>
    </item>
  </channel>
</rss>

