<?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: Resident Load Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142617#M901788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can start with replacing the LOAD option &lt;SPAN style="font-family: 'courier new', courier;"&gt;delimiter is '\t'&lt;/SPAN&gt; into &lt;SPAN style="font-family: 'courier new', courier;"&gt;delimiter is ' '&lt;/SPAN&gt;. Your INLINE tables don't contain tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another one: if your second INLINE table contains field names in mixed case, then why do you try to load them in UPPER CASE? QlikView is extremely case sensitive, except for "keywords" and Function names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 18:11:59 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-07-12T18:11:59Z</dc:date>
    <item>
      <title>Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142616#M901787</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;There are two tabs in my attached example, "CASE TABLE" and "CASE PROCESS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a very simple load in CASE TABLE tab.&lt;/P&gt;&lt;P&gt;In the CASE PROCESS tab, I tried to:&lt;/P&gt;&lt;P&gt;1. Pull CASE_ID from CASE TABLE by using RESIDENT LOAD called CASE PROCESS&lt;/P&gt;&lt;P&gt;2. Left Join a bunch of data fields with CASE PROCESS table&lt;/P&gt;&lt;P&gt;3. Use GENERIC LOAD by using RESIDENT LOAD from CASE PROCESS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I always got errors that "TABLE CANNOT FOUND". Can anyone help me out here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Becky&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/Resident-Load-Error/m-p/1142616#M901787</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142617#M901788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can start with replacing the LOAD option &lt;SPAN style="font-family: 'courier new', courier;"&gt;delimiter is '\t'&lt;/SPAN&gt; into &lt;SPAN style="font-family: 'courier new', courier;"&gt;delimiter is ' '&lt;/SPAN&gt;. Your INLINE tables don't contain tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another one: if your second INLINE table contains field names in mixed case, then why do you try to load them in UPPER CASE? QlikView is extremely case sensitive, except for "keywords" and Function names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142617#M901788</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-12T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142618#M901789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW I don't get the TABLE NOT FOUND error. If you do, add a NOCONCATENATE prefix to the LOAD for CASE_PROCESS. That table looks exactly the same as CASE_TABLE, so QlikView may decide to perform an autoconcatenate all by itself. Which means that there won't be a CASE_PROCESS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142618#M901789</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-12T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142619#M901790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the three errors I got when executing the script. I changed the script as you mentions above (change to upper case) in Inline, and CASE_PROCESS before LOAD. Those errors are gone. But I got a syn key which is CASE_ID + Receive Date. The way to eliminate the Syn key is to change the name of "Receive Date" to another name in the CASE_PROCESS table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142619#M901790</guid>
      <dc:creator />
      <dc:date>2016-07-12T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142620#M901791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to drop the first table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142620#M901791</guid>
      <dc:creator>damirm86</dc:creator>
      <dc:date>2016-07-12T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142621#M901792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually even without adding a NOCONCATENATE prefix to the LOAD, it still works. I got where was the problem. It was script issues, just like you said, the upper case or lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142621#M901792</guid>
      <dc:creator />
      <dc:date>2016-07-12T18:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142622#M901793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drop CASE_TABLE?&amp;nbsp; After which script statement? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 19:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142622#M901793</guid>
      <dc:creator />
      <dc:date>2016-07-12T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142623#M901794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the first resident load table you can drop CASE_TABLE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142623#M901794</guid>
      <dc:creator>damirm86</dc:creator>
      <dc:date>2016-07-12T20:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142624#M901795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this maybe??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142624#M901795</guid>
      <dc:creator>damirm86</dc:creator>
      <dc:date>2016-07-12T20:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142625#M901796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Damir. I have extra question is what's benifit to drop the CASE_TABLE? Occupy less ram or? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142625#M901796</guid>
      <dc:creator />
      <dc:date>2016-07-12T20:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142626#M901797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Less ram and a clean data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142626#M901797</guid>
      <dc:creator>damirm86</dc:creator>
      <dc:date>2016-07-12T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142627#M901798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-Error/m-p/1142627#M901798</guid>
      <dc:creator />
      <dc:date>2016-07-12T20:35:52Z</dc:date>
    </item>
  </channel>
</rss>

