<?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 Snytax Error missing /misplaced in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489757#M689707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fetching the data from Excel sheet and i get following Error. I don't know is there is any problem with column names?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax error, missing/misplaced FROM:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]]] as [KPI 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# of Restricted Work Activity Cases (no lost workday)&amp;nbsp; [B1]]] as [KPI 2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 05:35:12 GMT</pubDate>
    <dc:creator>harleen_singh</dc:creator>
    <dc:date>2013-11-26T05:35:12Z</dc:date>
    <item>
      <title>Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489757#M689707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fetching the data from Excel sheet and i get following Error. I don't know is there is any problem with column names?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax error, missing/misplaced FROM:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]]] as [KPI 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# of Restricted Work Activity Cases (no lost workday)&amp;nbsp; [B1]]] as [KPI 2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 05:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489757#M689707</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2013-11-26T05:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489758#M689708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the error message says, you have not included a FROM statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]]] as [KPI 1],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# of Restricted Work Activity Cases (no lost workday)&amp;nbsp; [B1]]] as [KPI 2]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM myExcelWOrksheet.xlsx (ooxml, ....)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I assume that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]]]&lt;/SPAN&gt; is a column in your spreadsheet.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 05:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489758#M689708</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-26T05:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489759#M689709</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD "# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]" as [KPI 1],&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "# of Restricted Work Activity Cases (no lost workday)&amp;nbsp; [B1]" as [KPI 2]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 05:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489759#M689709</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-26T05:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489760#M689710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two points:&lt;/P&gt;&lt;P&gt;1. In your field names, one&amp;nbsp; ']' is extra after A1 and B1, it should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# of Recordable Medical Treatment (no lost workday)&amp;nbsp;&amp;nbsp; [A1]] as [KPI 1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# of Restricted Work Activity Cases (no lost workday)&amp;nbsp; [B1]] as [KPI 2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. "From" is missing in your statement, after&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;From (Name of the excel file from where you are pulling the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 05:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489760#M689710</guid>
      <dc:creator />
      <dc:date>2013-11-26T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489761#M689711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mayil it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 10:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489761#M689711</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2013-11-26T10:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489762#M689712</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;Can you close the thread?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 10:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489762#M689712</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-26T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489763#M689713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i don't see any option of closing thread here. This new forum is really tough to understand can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 06:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489763#M689713</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2013-12-02T06:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Snytax Error missing /misplaced</title>
      <link>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489764#M689714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below every answer, you will get an option to mark that answer as correct or helpful. Once you do that the thread will be marked Answered.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 07:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Snytax-Error-missing-misplaced/m-p/489764#M689714</guid>
      <dc:creator />
      <dc:date>2013-12-02T07:00:04Z</dc:date>
    </item>
  </channel>
</rss>

