<?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: Group by with qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104008#M912343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Aggr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(count(field),GroupByDimens)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 11:43:05 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2016-06-01T11:43:05Z</dc:date>
    <item>
      <title>Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104004#M912335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with daily buys and sells and I would like to group every a table by currencies. Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group by currency in SQL so to speak.&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/Group-by-with-qlikview/m-p/1104004#M912335</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104005#M912337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script, you can use a GROUP BY clause in you LOAD statements, just like in SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the chart, use Currency as dimension to group your expression results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 11:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104005#M912337</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-01T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104006#M912339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to do it in a setexpression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 11:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104006#M912339</guid>
      <dc:creator />
      <dc:date>2016-06-01T11:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104007#M912341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A set expression is filtering the record set that is used in the aggregation, while a GROUP BY is grouping your records, so these are kind of different things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3285"&gt;The Aggregation Scope&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 11:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104007#M912341</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-01T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104008#M912343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Aggr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(count(field),GroupByDimens)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 11:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104008#M912343</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-06-01T11:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Group by with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104009#M912345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to group buys &amp;amp; sells by currency in the same table chart, add the currency field as a dimension. Pivot tables are very handy here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to group Buys &amp;amp; Sells by currency with each in a different table, you can use set analysis although the number of charts will not automatically follow the number of currencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can display your Buys &amp;amp; Sells as graphs (line chart), you can use a third option which is to add currency as a Trellis dimension. That's a truly dynamic solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 12:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-with-qlikview/m-p/1104009#M912345</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-01T12:03:56Z</dc:date>
    </item>
  </channel>
</rss>

