<?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 How to Use  AGGR functon in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82204#M768886</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 three fields as below&lt;/P&gt;&lt;P&gt;product name, sale, profit&lt;/P&gt;&lt;P&gt;now i would like to show the top 10 product name and sales based on Profit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(here i should sort the product names based on profit but should display sum(sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>himabinduch</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Use  AGGR functon</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82204#M768886</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 three fields as below&lt;/P&gt;&lt;P&gt;product name, sale, profit&lt;/P&gt;&lt;P&gt;now i would like to show the top 10 product name and sales based on Profit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(here i should sort the product names based on profit but should display sum(sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82204#M768886</guid>
      <dc:creator>himabinduch</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use  AGGR functon</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82205#M768887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;=if(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Aggr(Rank(Sum(Profit)), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product name&lt;/SPAN&gt;)&amp;lt;=10, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product name&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;'Others'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 10.45pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82205#M768887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T11:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use  AGGR functon</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82206#M768888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Dual(Aggr(Rank(Sum(&lt;STRONG style="font-size: 9pt; font-family: 'Courier New'; color: #3d3d3d;"&gt;Profit&lt;/STRONG&gt;)), Country)&amp;lt;=10,&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt; &lt;STRONG style="font-family: 'Helvetica',sans-serif;"&gt;product name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;,’’),Sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82206#M768888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use  AGGR functon</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82207#M768889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use below Calculated Dimension &amp;amp; Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Calculated Dimension&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(Profit)),Product)&amp;lt;=10,Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expression&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Use-AGGR-functon/m-p/82207#M768889</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-06-11T11:30:05Z</dc:date>
    </item>
  </channel>
</rss>

