<?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: Aggregation Functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571544#M1118747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;See &lt;A href="https://community.qlik.com/docs/DOC-4777"&gt;QlikView Technical Brief - AGGR&lt;/A&gt; for more information on the AGGR function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The formula you are looking for is:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF( AGGR( RANK( SUM( sales) ), product) &amp;lt;=5,product)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 03:20:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-12T03:20:37Z</dc:date>
    <item>
      <title>Aggregation Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571543#M1118746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai alllllll&lt;/P&gt;&lt;P&gt;please Explain about Aggregation Functions with examples.how to find out the top 5 sales in product table and also each category sum,min,max,avg sales......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table fields are&amp;nbsp; category,product,sales like&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 02:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571543#M1118746</guid>
      <dc:creator />
      <dc:date>2014-02-12T02:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571544#M1118747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;See &lt;A href="https://community.qlik.com/docs/DOC-4777"&gt;QlikView Technical Brief - AGGR&lt;/A&gt; for more information on the AGGR function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The formula you are looking for is:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF( AGGR( RANK( SUM( sales) ), product) &amp;lt;=5,product)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 03:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571544#M1118747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T03:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571545#M1118748</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF( Aggr( Rank( Sum( Sales), 4 ), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Product&lt;/SPAN&gt;) &amp;lt;=5, Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression : Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 04:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Functions/m-p/571545#M1118748</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-12T04:03:03Z</dc:date>
    </item>
  </channel>
</rss>

