<?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 Clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750062#M1026555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, perhaps we can get the COUNT working first and then you can decide how best to use it.&lt;/P&gt;&lt;P&gt;I suspect your dimensions are the common fields you need to join your tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 15:28:24 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2015-03-05T15:28:24Z</dc:date>
    <item>
      <title>Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750053#M1026546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I ahve 2 tables. I want to have count on one column of 1st table but i have to put GroupBy function on columns in Second table.&lt;/P&gt;&lt;P&gt;How can we do this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750053#M1026546</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-05T11:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750054#M1026547</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;Can you explain with example??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750054#M1026547</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-05T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750055#M1026548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table1 :&lt;/P&gt;&lt;P&gt;Item1 , Item2 , Item3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;ITem4,&lt;/P&gt;&lt;P&gt;Item5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have count(Item1) group by item4 , item5 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750055#M1026548</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-05T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750056#M1026549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can to JOIN tables in script using JOIN keyword, as a result you will and up 1 table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to keep both tables, Maybe you can&amp;nbsp; JOIN them in a temp table and bring back the aggregated value to one of the table by ApplyMap or another Join &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750056#M1026549</guid>
      <dc:creator />
      <dc:date>2015-03-05T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750057#M1026550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't they have any common field ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750057#M1026550</guid>
      <dc:creator />
      <dc:date>2015-03-05T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750058#M1026551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750058#M1026551</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-05T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750059#M1026552</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 think they must have a common field otherwise your count will be meaningless.&lt;/P&gt;&lt;P&gt;If you can't share data with us, perhaps you can use sensible field names instead of Item 1 etc., so that we can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750059#M1026552</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-03-05T11:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750060#M1026553</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;can i know how do you do this manually??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post sample data with required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750060#M1026553</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-05T11:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750061#M1026554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;ALso i would like to know that, In pivot table ia hve 3 dimensions and 1 expression as COunt(Item). Now i want to execute same by sql query.&lt;/P&gt;&lt;P&gt;So in sql query do i have to use group by including all the dimensions that ahve been used??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750061#M1026554</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-05T12:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750062#M1026555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, perhaps we can get the COUNT working first and then you can decide how best to use it.&lt;/P&gt;&lt;P&gt;I suspect your dimensions are the common fields you need to join your tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/750062#M1026555</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-03-05T15:28:24Z</dc:date>
    </item>
  </channel>
</rss>

