<?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: Table not found Error. in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520557#M7516</link>
    <description>&lt;P&gt;You didn't show your script before the load, so I was guessing based on experience.&lt;/P&gt;&lt;P&gt;When I see a table load that looks OK, but the table doesn't exist after the load; it is usually because it got concatenated to a table that was loaded previously in the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 15:33:35 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2018-12-13T15:33:35Z</dc:date>
    <item>
      <title>Table not found Error.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520529#M7513</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Could someone pease tell me what am I doing wrong in the below script.&lt;/P&gt;&lt;P&gt;I keep getting error message:&lt;/P&gt;&lt;P&gt;"Table not found error&lt;BR /&gt;&lt;BR /&gt;Table 'PrincessAlexandra' not found&lt;BR /&gt;&lt;BR /&gt;STORE PrincessAlexandra into [..\..\QVD_Data\EOE Savings\PrincessAlexandra.qvd] "&lt;/P&gt;&lt;P&gt;&amp;nbsp;but the same format of script has loaded and saved the first table successfully.&lt;/P&gt;&lt;P&gt;PrincessAlexandra:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trust Code],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trust Name],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Supplier,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trust Qty],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Your price]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Min NHS price]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Median NHS price]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Max NHS price]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money(Spend),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Trust variance to NHS Median]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([Trust variance to NHS Min]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date (Min Price)]&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\DAT_FileData\Top Saving\The Princess Alexandra Hospital NHS Trust.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;STORE PrincessAlexandra into [..\..\QVD_Data\EOE Savings\PrincessAlexandra.qvd];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//*************TABLE TWO(Compare MPC across trusts)***************************&lt;BR /&gt;&lt;BR /&gt;PrincessAlexandra1:&lt;BR /&gt;LOAD [Trust Code],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trust Name],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MPC,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Supplier,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Product Description],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [eClass 3],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trust,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money([The Princess Alexandra Hospital NHS Trust&amp;nbsp; (RQW)])&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;as&amp;nbsp;&amp;nbsp; &amp;nbsp;[Product Transaction]&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\DAT_FileData\Top Saving\The Princess Alexandra Hospital NHS Trust&amp;nbsp; compare.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;STORE PrincessAlexandra1 into [..\..\QVD_Data\EOE Savings\PrincessAlexandra1.qvd];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 14:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520529#M7513</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2018-12-13T14:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found Error.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520535#M7514</link>
      <description>&lt;P&gt;Try adding noconcatenate before the load:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PrincessAlexandra:&lt;BR /&gt;&lt;/SPAN&gt;noconcatenate&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 15:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520535#M7514</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-12-13T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found Error.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520550#M7515</link>
      <description>&lt;P&gt;It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks very much, I really appreciate this!&lt;/P&gt;&lt;P&gt;Could you please educate me why it was not working with the NoConcatenate ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 15:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520550#M7515</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2018-12-13T15:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found Error.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520557#M7516</link>
      <description>&lt;P&gt;You didn't show your script before the load, so I was guessing based on experience.&lt;/P&gt;&lt;P&gt;When I see a table load that looks OK, but the table doesn't exist after the load; it is usually because it got concatenated to a table that was loaded previously in the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 15:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520557#M7516</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-12-13T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found Error.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520559#M7517</link>
      <description>Yes that was correct and thanks for your time. (Y)</description>
      <pubDate>Thu, 13 Dec 2018 15:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Table-not-found-Error/m-p/1520559#M7517</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2018-12-13T15:37:44Z</dc:date>
    </item>
  </channel>
</rss>

