<?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 mutiple table Load error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406449#M425819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am tryng to load multiple table from Sql with the script below. The script works fine and loads all the table which it stores into qvd but in the end I receive the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;BR /&gt;Load * Inline [name&lt;BR /&gt;table1&lt;BR /&gt;table2&lt;BR /&gt;table3&lt;BR /&gt;table4&lt;BR /&gt;table5&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;For i = 1 to NoOfRows('Tables')&lt;BR /&gt;Let TN = Peek('name',$(i),'Tables');&lt;BR /&gt;TRACE Processing File: $(TN).qvd;&lt;BR /&gt;$(TN):&lt;BR /&gt;LOAD*;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM $(TN);&lt;BR /&gt; &lt;BR /&gt;STORE $(TN) into $(vQVDExtractPath)Tables_$(TN).qvd (qvd);&lt;BR /&gt; Drop Table $(TN);&lt;BR /&gt;Next i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorCode:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unknown statement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*&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;Any idea why I am receving the error in the end? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 01:16:09 GMT</pubDate>
    <dc:creator>didierodayo</dc:creator>
    <dc:date>2017-08-30T01:16:09Z</dc:date>
    <item>
      <title>mutiple table Load error</title>
      <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406449#M425819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am tryng to load multiple table from Sql with the script below. The script works fine and loads all the table which it stores into qvd but in the end I receive the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;BR /&gt;Load * Inline [name&lt;BR /&gt;table1&lt;BR /&gt;table2&lt;BR /&gt;table3&lt;BR /&gt;table4&lt;BR /&gt;table5&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;For i = 1 to NoOfRows('Tables')&lt;BR /&gt;Let TN = Peek('name',$(i),'Tables');&lt;BR /&gt;TRACE Processing File: $(TN).qvd;&lt;BR /&gt;$(TN):&lt;BR /&gt;LOAD*;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM $(TN);&lt;BR /&gt; &lt;BR /&gt;STORE $(TN) into $(vQVDExtractPath)Tables_$(TN).qvd (qvd);&lt;BR /&gt; Drop Table $(TN);&lt;BR /&gt;Next i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorCode:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unknown statement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*&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;Any idea why I am receving the error in the end? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 01:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406449#M425819</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-08-30T01:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: mutiple table Load error</title>
      <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406450#M425820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be declare this statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * resident $(TN);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 01:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406450#M425820</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-30T01:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: mutiple table Load error</title>
      <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406451#M425821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil that is also returning the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to NoOfRows('Tables')&lt;/P&gt;&lt;P&gt;Let TN = Peek('name',$(i),'Tables');&lt;/P&gt;&lt;P&gt;TRACE Processing File: $(TN).qvd;&lt;/P&gt;&lt;P&gt;$(TN):&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM $(TN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD* Resident $(TN);&lt;/P&gt;&lt;P&gt;STORE $(TN) into $(vQVDExtractPath)Tables_$(TN).qvd (qvd);&lt;/P&gt;&lt;P&gt; Drop Table $(TN);&lt;/P&gt;&lt;P&gt;Next I;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 01:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406451#M425821</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-08-30T01:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: mutiple table Load error</title>
      <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406452#M425822</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please try this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For i = 0 to NoOfRows('Tables') -1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;instead&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For i = 1 to NoOfRows('Tables') -0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406452#M425822</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-08-30T02:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: mutiple table Load error</title>
      <link>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406453#M425823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks An, that is what it was.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutiple-table-Load-error/m-p/1406453#M425823</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-08-30T02:15:03Z</dc:date>
    </item>
  </channel>
</rss>

