<?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 Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190160#M52772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have about 35 fields in a concatenated table (bills and positions).&lt;BR /&gt;Does it make sense to add a group by statement if I don't need all of the single positions per bill (only the sum(amount) ? Or is there a better way to get handle this?&lt;BR /&gt;I'm thinking about this because of a performance issue, processing is quite slow.&lt;BR /&gt;Thanks for your ideas.&lt;/P&gt;&lt;P&gt;Regards Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 21:41:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-17T21:41:39Z</dc:date>
    <item>
      <title>Group By Question</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190160#M52772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have about 35 fields in a concatenated table (bills and positions).&lt;BR /&gt;Does it make sense to add a group by statement if I don't need all of the single positions per bill (only the sum(amount) ? Or is there a better way to get handle this?&lt;BR /&gt;I'm thinking about this because of a performance issue, processing is quite slow.&lt;BR /&gt;Thanks for your ideas.&lt;/P&gt;&lt;P&gt;Regards Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 21:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190160#M52772</guid>
      <dc:creator />
      <dc:date>2009-09-17T21:41:39Z</dc:date>
    </item>
    <item>
      <title>Group By Question</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190161#M52773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aloah,&lt;/P&gt;&lt;P&gt;I think you ansered your question yourself. The group by statement seems very useful in your case.&lt;/P&gt;&lt;P&gt;Only select the 2 fields that you need and make a group by clausule as follows:&lt;/P&gt;&lt;P&gt;Bills:&lt;BR /&gt;LOAD Billnr,&lt;BR /&gt;sum(amount)&lt;BR /&gt;RESIDENT Bills // Note that this option is for either source system suitable&lt;BR /&gt;Group by Billnr;&lt;BR /&gt;&lt;BR /&gt;STORE * FROM Bills INTO Bills.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 21:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190161#M52773</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2009-09-17T21:56:17Z</dc:date>
    </item>
    <item>
      <title>Group By Question</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190162#M52774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply. My problem is that I need more than two (in fact about 30 fields) from the tables.&lt;BR /&gt;In this case I'm having group by statement with 30 fields. Does that make sense?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 13:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190162#M52774</guid>
      <dc:creator />
      <dc:date>2009-09-18T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Group By Question</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190163#M52775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does work however, i dont know whether it is the best way to do it.&lt;/P&gt;&lt;P&gt;I think if you group by multiple fields you have to keep in mind that all the fields have to keep fixed values in each row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 14:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190163#M52775</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2009-09-18T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Group By Question</title>
      <link>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190164#M52776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have these tables.&lt;BR /&gt;&lt;BR /&gt;%Pos_id&lt;BR /&gt;%Pos_number&lt;BR /&gt;%Pos_Article&lt;BR /&gt;......&lt;BR /&gt;Pos.Amount&lt;/P&gt;&lt;P&gt;%Pos_Article is linked to the article tables.&lt;/P&gt;&lt;P&gt;Every position has severals positionnumbers with different articles. Group by doesn't make sense as long as the articles and pos_numbers are in there.&lt;/P&gt;&lt;P&gt;If I use sum (Pos.Amount) and group by %Pos_id, %Pos_number, %Pos_Article.... the result will be (almost) the same as without group by.&lt;BR /&gt;I think I'll have to kick out the position numbers and articles? Am I right?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 15:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-By-Question/m-p/190164#M52776</guid>
      <dc:creator />
      <dc:date>2009-09-18T15:08:34Z</dc:date>
    </item>
  </channel>
</rss>

