<?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: Script Error - table not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084429#M930961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any table named 'MARA' in your script which might be the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 09:27:37 GMT</pubDate>
    <dc:creator>pooja_sn</dc:creator>
    <dc:date>2016-03-16T09:27:37Z</dc:date>
    <item>
      <title>Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084421#M930953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik-Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a script execution on our QlikView-Testserver I am getting an script error "Table not found":&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fehlermeld.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118193_fehlermeld.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fehler 2.png" class="jive-image image-2" src="/legacyfs/online/118194_fehler 2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The whole script part is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; ) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SEC_ORGANISATION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG.VBRK&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; );&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;DistributionGroups:&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;Description&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;DistributionGroup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG.VBRK&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; );&lt;/SPAN&gt;&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;////to delete and move to datamodel:&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;maratemp:&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;load&lt;/STRONG&gt; * &lt;BR /&gt;, &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA0101' ) = 1, 'Vacuette Tubes'&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA010711' ) = 1, 'Needles / Luer Adapter / Blood Collection Sets'&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071211' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071204' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071205' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071206' ) = 1, 'Quickshield'&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071209' ) = 1, 'Premium Safety Needle System (Tube Touch)'&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA010801' ) = 1, 'Mini Collect Tubes'&lt;BR /&gt; , 'no Group defined' )))))&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[SalesReportGroupProduct.MARA]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;, &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA0101' ) = 1, 1&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA010711' ) = 1, 2&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071211' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071204' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071205' ) = 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071206' ) = 1, 3&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;, 'PA01071209' ) = 1, 4&lt;BR /&gt; , &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;index&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[%PRODH]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;, 'PA010801' ) = 1, 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt; , 0 )))))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[SalesReportGroupProductID.MARA]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;resident&lt;/SPAN&gt; MARA;&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;drop&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; MARA;&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;rename&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; maratemp &lt;SPAN style="color: #0000ff;"&gt;to&lt;/SPAN&gt; MARA; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The strange thing is, that I have the same qvw.file on our QlikView Productive-system - where the script load works without any errors and the MARA-table is existing in the datamodel...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Barbara&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084421#M930953</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084422#M930954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where did you name a table as MARA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084422#M930954</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-03-16T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084423#M930955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's not the complete script. I am not able to find MARA table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084423#M930955</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-16T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084424#M930956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to give the exct tablename in ur script&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084424#M930956</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-16T09:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084425#M930957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;I have two qvw.files - one with the datamodel and one with the layout --&amp;gt; the script error occurs within the layout qvw.&lt;/P&gt;&lt;P&gt;In the datamodel qvw, the MARA is loaded first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; *, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;%MATNR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;x%MATNR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;$(Data)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;\MARA.QVD (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here a screenshot from the table overview in the layout qvw:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="16-03-2016 10-07-45.png" class="jive-image image-1" src="/legacyfs/online/118195_16-03-2016 10-07-45.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084425#M930957</guid>
      <dc:creator />
      <dc:date>2016-03-16T09:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084426#M930958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayrleitner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your code Last 3 lines for table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;STRONG&gt;maratemp &lt;/STRONG&gt; is getting data from &lt;STRONG&gt;MARA &lt;/STRONG&gt; But,Where is this table you didn't mention/gave name to any table name as &lt;STRONG&gt;MARA &lt;/STRONG&gt;so first check for&lt;STRONG&gt; Mara &lt;/STRONG&gt;table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;maratemp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; MARA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; MARA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;rename&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; maratemp &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; MARA;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084426#M930958</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-03-16T09:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084427#M930959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Connection between layout and datamodel qvw happens with the following script part:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="connection qvw datamodel.png" class="jive-image image-1" src="/legacyfs/online/118199_connection qvw datamodel.png" style="width: 620px; height: 61px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the log file has the following entries:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0157&amp;nbsp; Organisation_Security:&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0158&amp;nbsp; LOAD %VKORG as %VKORG.VBAK, &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0159&amp;nbsp;&amp;nbsp;&amp;nbsp; num( %VKORG ) as SEC_ORGANISATION&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0160&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0161&amp;nbsp; [..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0162&amp;nbsp; (ooxml, embedded labels, table is Tabelle1)&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0163&amp;nbsp; where exists( %VKORG.VBRK, %VKORG )&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;16.03.2016 10:13:00:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Felder gefunden: %VKORG.VBAK, SEC_ORGANISATION, 0 Sätze erhalten&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0167&amp;nbsp; DistributionGroups:&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0168&amp;nbsp; LOAD %VKORG as %VKORG.VBAK, &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0169&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0170&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DistributionGroup&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0171&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0172&amp;nbsp; [..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0173&amp;nbsp; (ooxml, embedded labels, table is Tabelle1)&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0174&amp;nbsp; where exists( %VKORG.VBRK, %VKORG )&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;16.03.2016 10:13:00:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 Felder gefunden: %VKORG.VBAK, Description, DistributionGroup, &lt;SPAN style="text-decoration: underline;"&gt;0 Sätze erhalten&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0181&amp;nbsp; maratemp:&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0182&amp;nbsp; load * &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0183&amp;nbsp; , if( index( [%PRODH], 'PA0101' ) = 1, 'Vacuette Tubes'&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0184&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA010711' ) = 1, 'Needles / Luer Adapter / Blood Collection Sets'&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0185&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA01071211' ) = 1 or index( [%PRODH], 'PA01071204' ) = 1 or index( [%PRODH], 'PA01071205' ) = 1 or index( [%PRODH], 'PA01071206' ) = 1, 'Quickshield'&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0186&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA01071209' ) = 1, 'Premium Safety Needle System (Tube Touch)'&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0187&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA010801' ) = 1, 'Mini Collect Tubes'&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0188&amp;nbsp;&amp;nbsp; , 'no Group defined' )))))&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0189&amp;nbsp;&amp;nbsp; as [SalesReportGroupProduct.MARA]&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0190&amp;nbsp; &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0191&amp;nbsp; , if( index( [%PRODH], 'PA0101' ) = 1, 1&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0192&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA010711' ) = 1, 2&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0193&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA01071211' ) = 1 or index( [%PRODH], 'PA01071204' ) = 1 or index( [%PRODH], 'PA01071205' ) = 1 or index( [%PRODH], 'PA01071206' ) = 1, 3&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0194&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA01071209' ) = 1, 4&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0195&amp;nbsp;&amp;nbsp; , if( index( [%PRODH], 'PA010801' ) = 1, 5&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0196&amp;nbsp;&amp;nbsp; , 0 )))))&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0197&amp;nbsp;&amp;nbsp; as [SalesReportGroupProductID.MARA]&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0198&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00: 0199&amp;nbsp; resident MARA&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:00:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fehler: Tabelle nicht gefunden&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:10: 0201&amp;nbsp; drop table MARA&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:10:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fehler: Tabelle nicht gefunden&lt;/P&gt;&lt;P&gt;16.03.2016 10:13:11: 0202&amp;nbsp; rename table maratemp to MARA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The strange Thing is, that in the underlined parts should be 14 entries found (according to productive System)- here it finds 0 entries... but the Excel file is exactly the same in both Systems..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084427#M930959</guid>
      <dc:creator />
      <dc:date>2016-03-16T09:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084428#M930960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is how the Excel-file Looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="excel.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118200_excel.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084428#M930960</guid>
      <dc:creator />
      <dc:date>2016-03-16T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084429#M930961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any table named 'MARA' in your script which might be the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084429#M930961</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-03-16T09:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084430#M930962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do have any binary load in the script ??? if yes , check the tables in the binary load ...if not please share the complete script ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084430#M930962</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-16T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084431#M930963</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;I am assuming that this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; ) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SEC_ORGANISATION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG.VBRK&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; );&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;MARA:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; ) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SEC_ORGANISATION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG.VBRK&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; );&lt;BR /&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 09:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084431#M930963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084432#M930964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only thing I would think of is that automatic concatenation occurred at some point of your script&lt;/P&gt;&lt;P&gt;where you loaded everything from MARA with some condition then you dropped the table MARA and then renamed that new table; this would result in automatic concatenation if you didn't use NOCONCATENATE&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;MARA:&lt;/P&gt;&lt;P&gt;Load * from QVD_File.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;Load * resident MARA where some_condition=true;&lt;/P&gt;&lt;P&gt;drop table MARA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this will result in no table since automatic concatenation has been applied and the temp table doesn't really exist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084432#M930964</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-03-16T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084433#M930965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes - there is a binary load:&lt;BR /&gt;&lt;IMG alt="connection qvw datamodel.png" class="jive-image image-1" src="/legacyfs/online/118220_connection qvw datamodel.png" style="width: 620px; height: 61px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the MARA table in the binary load table is ok - i do not get there any script errors..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084433#M930965</guid>
      <dc:creator />
      <dc:date>2016-03-16T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084434#M930966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your binary load file once ....whether it has all the necessary fields and tables in it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084434#M930966</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-16T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084435#M930967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your Input - but I am afraid, this is not working too --&amp;gt; I am getting an error message "field %PRODH not found" - I think it is searching in this Excel-file for a field named %PRODH.&lt;BR /&gt;acutally there is no real Connection between this Excel-file and the MARA-table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084435#M930967</guid>
      <dc:creator />
      <dc:date>2016-03-16T10:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084436#M930968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps that is the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084436#M930968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T12:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084437#M930969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I changed %VKORG.VBRK to %VKORG.VBAK - now I get 14 lines... somehow it works with this script in the productive System..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; ) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SEC_ORGANISATION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;(&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #800000; text-decoration: underline;"&gt;&lt;STRONG&gt;%VKORG.VBRK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, &lt;SPAN style="color: #800000; text-decoration: underline;"&gt;%VKORG&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;DistributionGroups:&lt;BR /&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;%VKORG.VBAK&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;Description&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;DistributionGroup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\..\02 Extern\steuernde_Daten_Vertrieb\DistributionGroups.xlsx]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Tabelle1)&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;exists&lt;/SPAN&gt;( &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #800000; text-decoration: underline;"&gt;&lt;STRONG&gt;%VKORG.VBRK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, &lt;SPAN style="color: #800000; text-decoration: underline;"&gt;%VKORG&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;BR /&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084437#M930969</guid>
      <dc:creator />
      <dc:date>2016-03-16T12:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084438#M930970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey you are using resident load with table name MARA but I am not able to find out table MARA in your script.&lt;/P&gt;&lt;P&gt;Make sure table MARA will be there before starting the resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandip Satbhai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084438#M930970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084439#M930971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;but isn't MARA loaded with the binary load of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[..\..\05 datamodel\sd\datamodel_SD_DailyJournal.qvw]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within this qvw-file MARA is loaded:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; *, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;%MATNR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;x%MATNR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 12pt;"&gt;$(Data)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;\MARA.QVD (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to load MARA again&amp;nbsp; - before maratemp, but this causes problems with the whole datamodel and no values were available after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084439#M930971</guid>
      <dc:creator />
      <dc:date>2016-03-16T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error - table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084440#M930972</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;Usually when you have error of Table Not Found, I will suggest you check that you don't have AUTO CONCATENATE happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check your script, debugging is the best solution. Comment each table out and load previous table until you can figure out which this is happening.&lt;/P&gt;&lt;P&gt;Alternative is to attach a sample of your file&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 13:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error-table-not-found/m-p/1084440#M930972</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2016-03-16T13:59:12Z</dc:date>
    </item>
  </channel>
</rss>

