<?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: How to 'Group By' a Dimension in Straight Table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874625#M305458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;your aggr is fine, you just need to add the nodistinct, so it be included on every row &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; AGGR( nodistinct SUM(Sales_1) + SUM(Sales_2)&amp;nbsp; , ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 16:49:55 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-07-02T16:49:55Z</dc:date>
    <item>
      <title>How to 'Group By' a Dimension in Straight Table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874623#M305456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to display a Straight Table like this below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 294px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="64"&gt;Plant&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="93"&gt;Sales by Plant&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="73"&gt;Sales by ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;70&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;60&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;190&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;60&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;190&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;80&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;190&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;190&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To Calculate the Sales by Plant: I have some formula written in Expressions (for example - SUM(Sales_1) + SUM(Sales_2)) and giving the Correct Results based on Plants.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;To Calculate the Sales by ID: How can I use the same expression, but has to be GROUP BY the Dimension 'ID' , so that it would display the results like above. It has to Sum of all the Sales for all Plants for that particular ID.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the AGGR(), like this:&amp;nbsp; AGGR( SUM(Sales_1) + SUM(Sales_2)&amp;nbsp; , ID) , but the result is like in this format in the chart. It's not filling up the Cells in the Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 294px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="64"&gt;D&lt;/TD&gt;&lt;TD class="xl67" style="border-left-style: none;" width="64"&gt;Plant&lt;/TD&gt;&lt;TD class="xl67" style="border-left-style: none;" width="93"&gt;Sales by Plant&lt;/TD&gt;&lt;TD class="xl67" style="border-left-style: none;" width="73"&gt;Sales by ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;70&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;60&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;60&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;80&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;190&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top-style: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl66" style="border-top-style: none; border-left-style: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874623#M305456</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-07-02T16:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Group By' a Dimension in Straight Table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874624#M305457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rangesum(sum(total &amp;lt;ID&amp;gt; Sales_1),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum(total &amp;lt;ID&amp;gt; Sales_2))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874624#M305457</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T16:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Group By' a Dimension in Straight Table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874625#M305458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;your aggr is fine, you just need to add the nodistinct, so it be included on every row &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; AGGR( nodistinct SUM(Sales_1) + SUM(Sales_2)&amp;nbsp; , ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874625#M305458</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-02T16:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Group By' a Dimension in Straight Table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874626#M305459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Gysbert and Ramon! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 02:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Group-By-a-Dimension-in-Straight-Table/m-p/874626#M305459</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-07-03T02:34:56Z</dc:date>
    </item>
  </channel>
</rss>

