<?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 in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784906#M84</link>
    <description>&lt;P&gt;I tried with same scenario like&amp;nbsp; one employee name with different company where its getting correct.&lt;/P&gt;&lt;P&gt;PFA&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 19:11:33 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2021-02-22T19:11:33Z</dc:date>
    <item>
      <title>Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784488#M80</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Below is my script and chart details&lt;/P&gt;&lt;P&gt;ProductData:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Customer|Product|UnitSales|UnitPrice&lt;/P&gt;&lt;P&gt;Astrida|AA|4|16&lt;/P&gt;&lt;P&gt;Astrida|AA|10|15&lt;/P&gt;&lt;P&gt;Astrida|BB|9|9&lt;/P&gt;&lt;P&gt;Betacab|BB|5|10&lt;/P&gt;&lt;P&gt;Betacab|CC|2|20&lt;/P&gt;&lt;P&gt;Betacab|DD|25|25&lt;/P&gt;&lt;P&gt;Canutility|AA|8|15&lt;/P&gt;&lt;P&gt;Canutility|CC||19&lt;/P&gt;&lt;P&gt;] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chart Dim: Product&lt;/P&gt;&lt;P&gt;Chat exp :&amp;nbsp;Aggr(Sum(UnitSales), Customer)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manoranjan_d_0-1613929423653.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49510i0DDEF435BD758C3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_0-1613929423653.png" alt="manoranjan_d_0-1613929423653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For AA,CC,DD I&amp;nbsp; m getting Null value which is not correct and please sort out this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my expected o/p is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manoranjan_d_0-1614264834550.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49885iD63CFD97DC865383/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_0-1614264834550.png" alt="manoranjan_d_0-1614264834550.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 14:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784488#M80</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-25T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784510#M81</link>
      <description>&lt;P&gt;Any experty can help me on this&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 22:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784510#M81</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-21T22:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784513#M82</link>
      <description>&lt;P&gt;The Null shows that there are more than one Customer for that Product.&lt;/P&gt;&lt;P&gt;You can simply use Sum(UnitSales)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV11.PNG" style="width: 289px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49513iEEF1410E839E6E70/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV11.PNG" alt="commQV11.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your requirement is different, then let me know the expected result.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 00:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784513#M82</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-22T00:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784906#M84</link>
      <description>&lt;P&gt;I tried with same scenario like&amp;nbsp; one employee name with different company where its getting correct.&lt;/P&gt;&lt;P&gt;PFA&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1784906#M84</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-22T19:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1785610#M154</link>
      <description>&lt;P&gt;Hi saran or qlik experty waiting for ur reply to understand aggr&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 03:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1785610#M154</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-24T03:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786223#M161</link>
      <description>&lt;P&gt;updated my expected o/p in the&amp;nbsp; first post&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 14:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786223#M161</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-25T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786229#M162</link>
      <description>&lt;P&gt;you can download the files in my thread i shared , which have two scenarios of aggregation&amp;nbsp; one is passed and one is failed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;required o/p for failed scenario :&amp;nbsp;&amp;nbsp;&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-inline" image-alt="manoranjan_d_0-1614265190382.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49886i203F1561F0A51CBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_0-1614265190382.png" alt="manoranjan_d_0-1614265190382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 15:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786229#M162</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-25T15:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786329#M163</link>
      <description>&lt;P&gt;Any qlik experty to reply for aggr function&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786329#M163</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-25T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786340#M164</link>
      <description>&lt;P&gt;Your Chart has Dimension - Product.&lt;/P&gt;&lt;P&gt;But your Expression has Dimension as Customer. Please correct this.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Chart Dim: Product, Customer&lt;/P&gt;&lt;P&gt;Chat exp :&amp;nbsp;Aggr(Sum(UnitSales), Customer, Product)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I could not understand how you are getting 23 for AA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 19:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786340#M164</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-25T19:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786341#M165</link>
      <description>&lt;P&gt;its simple aggr function i dont want to add the customer.&lt;/P&gt;&lt;P&gt;i want to understand the aggr function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if see&amp;nbsp; in to excel file same concept with different data , there it is passing , but where else in customer, product,sales data its falling see the difference&amp;nbsp; in the Qlik file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 19:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Aggr/m-p/1786341#M165</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-02-25T19:39:23Z</dc:date>
    </item>
  </channel>
</rss>

