<?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 Group by functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682702#M539267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we perform group by functionality at chart level.&lt;/P&gt;&lt;P&gt;In attached image, I have a straight table.&lt;/P&gt;&lt;P&gt;My requirement is to arrange them group by account. Is it possible to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 06:06:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-12T06:06:49Z</dc:date>
    <item>
      <title>Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682702#M539267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we perform group by functionality at chart level.&lt;/P&gt;&lt;P&gt;In attached image, I have a straight table.&lt;/P&gt;&lt;P&gt;My requirement is to arrange them group by account. Is it possible to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682702#M539267</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682703#M539268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Aggr()&lt;/STRONG&gt; is equivalent of script Group By. However, you can use &lt;STRONG&gt;Total&lt;/STRONG&gt; as well based on your requirement in a chart, learn them, else explain your requirement with sample data to be helped in a detailed manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682703#M539268</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-12T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682704#M539269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use aggr function in this case&lt;/P&gt;&lt;P&gt;Syntax-aggr(expression, dimensions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682704#M539269</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-12T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682705#M539270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr() wil be handy for such type of requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A name="_Toc348091347"&gt;&lt;/A&gt;&lt;A name="_Toc348091710"&gt;&lt;/A&gt; &lt;SPAN style="color: #808080; font-style: normal;"&gt;AGGR is a very powerful aggregation function that is sometimes overlooked in the user interface due to is not being properly understood or indeed a developer not being sure how it can be utilised. Often, a QlikView developer will revert to more complex scripting or pre-aggregating data to service an expression that is required in a chart, which can actually be solved by using AGGR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="_Toc348091348"&gt;&lt;/A&gt;&lt;A name="_Toc348091711"&gt;&lt;/A&gt;&lt;A name="__RefHeading__931_829725426"&gt;&lt;/A&gt; &lt;SPAN style="color: #808080; font-style: normal;"&gt;You will see in the examples later in this document that AGGR can be used in both Expressions and Dimensions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="_Toc348091349"&gt;&lt;/A&gt;&lt;A name="_Toc348091712"&gt;&lt;/A&gt;&lt;A name="__RefHeading__933_829725426"&gt;&lt;/A&gt; If we were to provide a short description of AGGR it would be - &lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;When it is used, the AGGR statement produces a virtual table, with one expression and grouped by one or more dimensions. &lt;/STRONG&gt;&lt;STRONG&gt;The contents / result of this virtual table can then be used / &lt;/STRONG&gt;&lt;STRONG&gt;aggregated by a further outer aggregation function(s).&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hope this helps...&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682705#M539270</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-09-12T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682706#M539271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;aggr(sum(fieldname),fieldforgroupby)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682706#M539271</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-09-12T06:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Group by functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682707#M539272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for your valuable responses, working on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-functionality/m-p/682707#M539272</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:50:21Z</dc:date>
    </item>
  </channel>
</rss>

