<?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 Invalid Expression using max and group by in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697146#M451006</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm having some issues with my script.&lt;/P&gt;&lt;P&gt;If someone could help me I would really appreciate.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Shop:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;distinct name_shop, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Address,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;City,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sales&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM [lib://DataFiles/shop.csv]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Temp:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;distinct name_shop, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Address,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;City,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;max(Sales) as max_sales&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;resident shop&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By name_shop;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 15:52:23 GMT</pubDate>
    <dc:creator>Mike_Solfosko</dc:creator>
    <dc:date>2020-04-27T15:52:23Z</dc:date>
    <item>
      <title>Invalid Expression using max and group by</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697146#M451006</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm having some issues with my script.&lt;/P&gt;&lt;P&gt;If someone could help me I would really appreciate.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Shop:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;distinct name_shop, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Address,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;City,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sales&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM [lib://DataFiles/shop.csv]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Temp:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;distinct name_shop, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Address,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;City,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;max(Sales) as max_sales&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;resident shop&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By name_shop;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697146#M451006</guid>
      <dc:creator>Mike_Solfosko</dc:creator>
      <dc:date>2020-04-27T15:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Expression using max and group by</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697150#M451007</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should add few more fields in group by statement of yours.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Temp:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;name_shop,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Address,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;City,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;max(Sales) as max_sales&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;resident shop&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By name_shop,Address,City;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697150#M451007</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-27T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Expression using max and group by</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697248#M451008</link>
      <description>&lt;P&gt;Thank you, it worked perfectly&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 02:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-Expression-using-max-and-group-by/m-p/1697248#M451008</guid>
      <dc:creator>Mike_Solfosko</dc:creator>
      <dc:date>2020-04-28T02:41:27Z</dc:date>
    </item>
  </channel>
</rss>

