<?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/725258#M1051864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Manish. Your reply cured the mistake I was making. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I am getting to know Qlikview logics now. I am even liking it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 01:53:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-31T01:53:26Z</dc:date>
    <item>
      <title>Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725255#M1051861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use Group By but not getting the desired results. Can you tell me what is wrong in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="group by1.PNG.png" class="jive-image" src="/legacyfs/online/69997_group by1.PNG.png" /&gt;&lt;IMG alt="Group By2.PNG.png" class="jive-image" src="/legacyfs/online/70004_Group By2.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Group By3.PNG.png" class="jive-image" src="/legacyfs/online/70005_Group By3.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;The sheet object is a table box. Qty and Sales Amount is supposed to total but its not doing that. Any help would be appreciated. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725255#M1051861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725256#M1051862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you wan to have total in an Object, try using a chart instead of table box,&lt;/P&gt;&lt;P&gt;the group by in your script may not be necessary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725256#M1051862</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2014-10-29T15:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725257#M1051863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load Product, type, customer, [Sales Amount], Qty From TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Load type, Customer,&amp;nbsp; Sum([Sales Amount]) as TotalAmount, Sum(Qty) as TotalQty Resident Temp Group By type, Customer;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725257#M1051863</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-29T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725258#M1051864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Manish. Your reply cured the mistake I was making. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I am getting to know Qlikview logics now. I am even liking it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 01:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725258#M1051864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-31T01:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Group By Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725259#M1051865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi All, I am trying to understand optimization whereever applicable. So in this case, precalculating values is better practice than using more expressions. As illustrated here, Table box precalculates sum for qty and revenue. Whereas In pivot table (or any other chart) I am using 2 expressions. so performance wise, table box is better than pivot table if total of qty and sales only were needed. this would specifically be true if there were millions of records. Correct..? Also, I want to make sure what precalculation is. So am I right about script for Table box being it..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="snip.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70564_snip.PNG.png" style="width: 620px; height: 196px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Clause/m-p/725259#M1051865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T15:33:24Z</dc:date>
    </item>
  </channel>
</rss>

