<?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 Load from resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-resident-table/m-p/262305#M1191587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableOne:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Date1, Value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 01/01/2011, 10&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TableTwo:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Details&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Pr1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree not loading&lt;/P&gt;&lt;P&gt;TableThree: &lt;BR /&gt;LOAD * RESIDENT TableOne;&lt;BR /&gt;JOIN LOAD * RESIDENT TableTwo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reloading the script, when I try the table viewer (Ctrl+T), I could see only TableOne and TableTwo. TableThree is not present. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I change the TableThree script as below, I could see TableThree also in table viewer. Here I have removed one field form the load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree is loaded&lt;/P&gt;&lt;P&gt;TableThree: &lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;ID, Date &lt;/STRONG&gt;RESIDENT TableOne;&lt;/P&gt;&lt;P&gt;JOIN LOAD * RESIDENT TableTwo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it that I cannot load all the fields of TableOne in the initial LOAD statement for TableThree ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I just try to load all fields of TableOne to TableThree (by removing the join statement above) as shown below TableThree is not loaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree not loading&lt;/P&gt;&lt;P&gt;TableThree: &lt;/P&gt;&lt;P&gt;LOAD * RESIDENT TableOne; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reson for this behavior or soultion ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 05:19:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-07T05:19:25Z</dc:date>
    <item>
      <title>Load from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-resident-table/m-p/262305#M1191587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableOne:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Date1, Value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 01/01/2011, 10&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TableTwo:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Details&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Pr1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree not loading&lt;/P&gt;&lt;P&gt;TableThree: &lt;BR /&gt;LOAD * RESIDENT TableOne;&lt;BR /&gt;JOIN LOAD * RESIDENT TableTwo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reloading the script, when I try the table viewer (Ctrl+T), I could see only TableOne and TableTwo. TableThree is not present. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I change the TableThree script as below, I could see TableThree also in table viewer. Here I have removed one field form the load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree is loaded&lt;/P&gt;&lt;P&gt;TableThree: &lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;ID, Date &lt;/STRONG&gt;RESIDENT TableOne;&lt;/P&gt;&lt;P&gt;JOIN LOAD * RESIDENT TableTwo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it that I cannot load all the fields of TableOne in the initial LOAD statement for TableThree ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I just try to load all fields of TableOne to TableThree (by removing the join statement above) as shown below TableThree is not loaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TableThree not loading&lt;/P&gt;&lt;P&gt;TableThree: &lt;/P&gt;&lt;P&gt;LOAD * RESIDENT TableOne; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reson for this behavior or soultion ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 05:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-resident-table/m-p/262305#M1191587</guid>
      <dc:creator />
      <dc:date>2011-07-07T05:19:25Z</dc:date>
    </item>
    <item>
      <title>Load from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-resident-table/m-p/262306#M1191588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i got the solution.. adding noconcatenate keyword seems to resolve the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableThree: &lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD * RESIDENT TableOne; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-resident-table/m-p/262306#M1191588</guid>
      <dc:creator />
      <dc:date>2011-07-07T06:15:19Z</dc:date>
    </item>
  </channel>
</rss>

