<?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 Why is this an invalid expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273404#M1183761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi, I'm just getting into QlikView and trying to learn.....&amp;nbsp; I cannot see the error in the following expression, even thought I know it must be simple.&amp;nbsp;&amp;nbsp;&amp;nbsp; Suggestions?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tee&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD count(SURGEON) as cases, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FACILITY_NAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;BR /&gt;From&lt;BR /&gt;D:\Documents\QlikView\t_SampleData.xlsx&lt;BR /&gt;(ooxml, embedded labels)&lt;BR /&gt;where FACILITY_NAME like '*South' and Year = '2011' &lt;BR /&gt;Group by&amp;nbsp; SURGEON,Month;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 12:56:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-25T12:56:15Z</dc:date>
    <item>
      <title>Why is this an invalid expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273404#M1183761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi, I'm just getting into QlikView and trying to learn.....&amp;nbsp; I cannot see the error in the following expression, even thought I know it must be simple.&amp;nbsp;&amp;nbsp;&amp;nbsp; Suggestions?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tee&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD count(SURGEON) as cases, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FACILITY_NAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;BR /&gt;From&lt;BR /&gt;D:\Documents\QlikView\t_SampleData.xlsx&lt;BR /&gt;(ooxml, embedded labels)&lt;BR /&gt;where FACILITY_NAME like '*South' and Year = '2011' &lt;BR /&gt;Group by&amp;nbsp; SURGEON,Month;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 12:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273404#M1183761</guid>
      <dc:creator />
      <dc:date>2011-10-25T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Why is this an invalid expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273405#M1183762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre notranslate"&gt;&lt;CODE class="jive-code jive-sql"&gt;&lt;SPAN class="jive-sql-keyword"&gt;Group&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword"&gt;by&lt;/SPAN&gt;&amp;nbsp; FACILITY_NAME, Year, &lt;SPAN class="jive-sql-object"&gt;Month&lt;/SPAN&gt;;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 13:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273405#M1183762</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-10-25T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Why is this an invalid expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273406#M1183763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD count(SURGEON) as cases, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FACILITY_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;t_SampleData.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where FACILITY_NAME = 'South' and Year = 2011&lt;/P&gt;&lt;P&gt;Group by&amp;nbsp; FACILITY_NAME, Year, Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 13:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273406#M1183763</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-25T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Why is this an invalid expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273407#M1183764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks,&amp;nbsp; that suggestion worked..&amp;nbsp; Now I'm wondering why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 13:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273407#M1183764</guid>
      <dc:creator />
      <dc:date>2011-10-25T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this an invalid expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273408#M1183765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot group by over a field you use in an expression. That's normal, because you want to count or sum this field. You always have to group by over all the other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More details you find in the manuel help under the capitel "script". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 13:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-an-invalid-expression/m-p/273408#M1183765</guid>
      <dc:creator />
      <dc:date>2011-10-25T13:31:13Z</dc:date>
    </item>
  </channel>
</rss>

