<?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: Syntaxis error in load script when loading from Excel sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265428#M398709</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 removing the quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 16:33:18 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-02-13T16:33:18Z</dc:date>
    <item>
      <title>Syntaxis error in load script when loading from Excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265427#M398708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made an ODBC with an Excel worksheet. Qlik Sense recognises the ODBC and I can select data from the worksheet, but when I try to load the script, I get an error, saying that there is a syntaxis error in my "FROM component". The syntaxis in the FROM component looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;FROM KTV_Q4_2016_SO.xlsx`.`Resultaten$` ;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems okay to me. Does anyone has a clue what goes wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 15:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265427#M398708</guid>
      <dc:creator />
      <dc:date>2017-02-13T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syntaxis error in load script when loading from Excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265428#M398709</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 removing the quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265428#M398709</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-13T16:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syntaxis error in load script when loading from Excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265429#M398710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion! It does not work, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265429#M398710</guid>
      <dc:creator />
      <dc:date>2017-02-13T16:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntaxis error in load script when loading from Excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265430#M398711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;FROM "Yourexcelpath\KTV_Q4_2016_SO.xlsx"."Resultaten$" ; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265430#M398711</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-13T16:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syntaxis error in load script when loading from Excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265431#M398712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to rename the .Xlsx file and reload again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 05:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntaxis-error-in-load-script-when-loading-from-Excel-sheet/m-p/1265431#M398712</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-02-14T05:28:12Z</dc:date>
    </item>
  </channel>
</rss>

