<?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: Error while reloading script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727065#M1082169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test the sheet name before load. Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Index(sheetName, 'Sheet') &amp;gt; 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;Endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 17:53:27 GMT</pubDate>
    <dc:creator>Marcio_Campestrini</dc:creator>
    <dc:date>2014-07-07T17:53:27Z</dc:date>
    <item>
      <title>Error while reloading script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727063#M1082167</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;BR /&gt;I have below script in qvw to load 41 excel sheets data at a time. when I am reloading it is showing an error filed not found: &amp;lt;ID&amp;gt;[_xlnm_#FilterDatabase].&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;can anyone suggest me please how can I set this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tables:&lt;BR /&gt;SQLTables;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;Tables1:&lt;BR /&gt;load &lt;BR /&gt; *,&lt;BR /&gt;replace(TABLE_NAME,chr(39),'') as NEW&lt;BR /&gt;resident tables;&lt;BR /&gt; &lt;BR /&gt;DROP Table tables;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;let var=NoOfRows('Tables1');&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;FOR i = 0 to $(var)-1&lt;BR /&gt;let sheetName=subfield(peek('NEW', i,'Tables1'),'$',1);&lt;BR /&gt; &lt;BR /&gt;[$(sheetName)]:&lt;BR /&gt; &lt;BR /&gt;Data:&lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp; ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(sheetName)'&amp;nbsp; as Flag ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM&lt;BR /&gt;Data.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is [$(sheetName)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT i&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;DROP Table Tables1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data into C:QVD\Data.qvd (qvd);&lt;BR /&gt;DROP Table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 15:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727063#M1082167</guid>
      <dc:creator />
      <dc:date>2014-07-07T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while reloading script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727064#M1082168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sheet with name as custom. this is the sheet getting problem. I tried deleting the sheet but appears again .how can I delete this from the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 15:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727064#M1082168</guid>
      <dc:creator />
      <dc:date>2014-07-07T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while reloading script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727065#M1082169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test the sheet name before load. Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Index(sheetName, 'Sheet') &amp;gt; 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;Endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 17:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-while-reloading-script/m-p/727065#M1082169</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-07-07T17:53:27Z</dc:date>
    </item>
  </channel>
</rss>

