<?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: GROUPBY without using SUM or COUNT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741415#M661453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, yes, you can do a trick, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Min(Field1) as Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field 2&lt;/P&gt;&lt;P&gt;Resident ... Group by Field1, Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you're grouping by Field1, the Min() has no use but avoids the loading error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 14:07:24 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-03-18T14:07:24Z</dc:date>
    <item>
      <title>GROUPBY without using SUM or COUNT</title>
      <link>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741413#M661447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway in which you can create a Group by, without using SUM og COUNT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related to our database and the analytical needs, it could be a needed solution if we could use IF statement, OR statement or even multiplying related to our Group By.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 14:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741413#M661447</guid>
      <dc:creator />
      <dc:date>2015-03-18T14:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: GROUPBY without using SUM or COUNT</title>
      <link>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741414#M661449</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;I dont think this can done but you can use Order By to order the table by fields or may be sort the table by fields, but if you use SUM or COUNT you do not need to use Group By but if you are using fields in the table then you have to use Group By.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum([Sum Amount]) as Amt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Resident Source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Group By&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Field2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 14:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741414#M661449</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-03-18T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: GROUPBY without using SUM or COUNT</title>
      <link>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741415#M661453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, yes, you can do a trick, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Min(Field1) as Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field 2&lt;/P&gt;&lt;P&gt;Resident ... Group by Field1, Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you're grouping by Field1, the Min() has no use but avoids the loading error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 14:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GROUPBY-without-using-SUM-or-COUNT/m-p/741415#M661453</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-18T14:07:24Z</dc:date>
    </item>
  </channel>
</rss>

