<?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 ignoring a dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105267#M7133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD itemgroup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD itemgroup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(price) as price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By itemgroup;&lt;/STRONG&gt;&lt;SPAN style="color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2018 11:15:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-08-21T11:15:19Z</dc:date>
    <item>
      <title>GROUP BY ignoring a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105265#M7131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;for example i have this table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;itemgroup | description | price&lt;BR /&gt;A, a, 10&lt;BR /&gt;A, b, 12&lt;BR /&gt;A, c, 14&lt;BR /&gt;B, g, 11&lt;BR /&gt;B, h, 16&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;now i want to select the rows with the highest price in one group like this:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;A, c, 14&lt;BR /&gt;B, h, 16&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;The qlik load (is fully functional) wich gets me near this is:&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted lang-sql" style="margin: 0px 0px 1em; padding: 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;FinalTable:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Load &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;itemgroup&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; price &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;) as &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;price&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;source.qvd&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;GROUP&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; itemgroup;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;A, 14&lt;BR /&gt;B, 16&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;By trying this I get an "Invalid expression"-error (rightly, because i'm grouping by &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;description)&lt;/SPAN&gt;:&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted lang-sql" style="margin: 0px 0px 1em; padding: 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;FinalTable:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Load &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemgroup&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt;AX&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt; price &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt; as &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;price&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;source.qvd&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #101094;"&gt;GROUP&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #101094;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #303336;"&gt; itemgroup;&lt;/SPAN&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;I need something like this pseudo query:&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted lang-sql" style="margin: 0px 0px 1em; padding: 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;FinalTable:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Load&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemgroup&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IGNORE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; description&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;) as &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;description&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; price &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; as &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;price&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #101094; font-size: 13px; font-style: inherit; background-color: #eff0f1; font-family: inherit; font-weight: inherit;"&gt;source.qvd&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; background-color: #eff0f1; color: #303336;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN class="pln" style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; background-color: #eff0f1; color: #303336;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;GROUP&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; itemgroup;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1em;"&gt;&lt;SPAN style="color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px;"&gt;So, i found this solution. By using &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;itemgroup&lt;/SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="color: #303336; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;price&lt;/SPAN&gt;&lt;SPAN style="color: #242729; font-size: 15px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt; as keys and performing a left join to add &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;description &lt;/SPAN&gt;field. This solution works only beacuse &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;itemgroup&lt;/SPAN&gt; and &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;price&lt;/SPAN&gt; are key fields, but i would like to know if exists a better solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted lang-sql" style="margin: 0px 0px 1em; padding: 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;
&lt;P style="color: #393318;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;FinalTable:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="color: #393318;"&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #101094;"&gt;Load&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P style="color: #393318;"&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #101094;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemgroup&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P style="color: #393318;"&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt; price &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;) as &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;price&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;source.qvd&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;GROUP&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #101094; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt; itemgroup;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="color: #303336; font-style: inherit; font-weight: inherit; font-family: inherit;"&gt;left join(&lt;SPAN style="color: #101094; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;FinalTable)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;itemgroup,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #303336; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; price,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;&lt;SPAN style="color: #303336; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #303336; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13px; background-color: #eff0f1;"&gt;description&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #101094; font-style: inherit; font-size: 13px; background-color: #eff0f1; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-weight: inherit;"&gt;&lt;SPAN class="kwd" style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; background-color: #eff0f1; color: #101094;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; background-color: #eff0f1; color: #303336;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #101094; font-size: 13px; font-style: inherit; background-color: #eff0f1; font-family: inherit; font-weight: inherit;"&gt;source.qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; color: #242729;"&gt;&lt;STRONG&gt;Does exists a better solution to achieve this ?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105265#M7131</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2018-08-21T08:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP BY ignoring a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105266#M7132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; itemgroup,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FirstSortedValue(description,-price) AS description,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Max(price) AS MaxPrice&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp; .......&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; itemgroup;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 09:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105266#M7132</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-21T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP BY ignoring a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105267#M7133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD itemgroup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD itemgroup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(price) as price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By itemgroup;&lt;/STRONG&gt;&lt;SPAN style="color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 11:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GROUP-BY-ignoring-a-dimension/m-p/105267#M7133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-21T11:15:19Z</dc:date>
    </item>
  </channel>
</rss>

