<?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: How to Load and Resident from Two Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225392#M77710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the Load(myfunction(name1,name2)) refer to?&amp;nbsp; Is it pseudo code for any function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 16:25:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-23T16:25:57Z</dc:date>
    <item>
      <title>How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225387#M77705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to load and resident from two tables like this.&lt;/P&gt;&lt;P&gt;LOAD $(myFunction(Name1, Name2))&lt;/P&gt;&lt;P&gt;RESIDENT Table1, Table2;&lt;/P&gt;&lt;P&gt;Name1 from Table1 and Name2 from Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 11:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225387#M77705</guid>
      <dc:creator />
      <dc:date>2010-04-27T11:35:51Z</dc:date>
    </item>
    <item>
      <title>How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225388#M77706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should load the data into a &lt;B&gt;temporary&lt;/B&gt; table, resident load from it, then drop it:&lt;/P&gt;&lt;P&gt;TMP_TABLE:&lt;/P&gt;&lt;P&gt;LOAD Name1 FROM TABLE1;&lt;/P&gt;&lt;P&gt;JOIN (TMP_TABLE) LOAD Name2 FROM TABLE2;&lt;/P&gt;&lt;P&gt;Final_TABLE:&lt;/P&gt;&lt;P&gt;LOAD Name1,Name2 RESIDENT TMP_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TMP_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando D´Agosto &lt;IMG alt="Travel" src="http://community.qlik.com/emoticons/emotion-58.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 12:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225388#M77706</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-04-27T12:49:59Z</dc:date>
    </item>
    <item>
      <title>How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225389#M77707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or do it in place on your original table:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Table:&lt;BR /&gt;LOAD Name1&lt;BR /&gt;FROM Table1&lt;BR /&gt;;&lt;BR /&gt;JOIN Table&lt;BR /&gt;LOAD Name2&lt;BR /&gt;FROM Table2&lt;BR /&gt;;&lt;BR /&gt;LEFT JOIN Table&lt;BR /&gt;LOAD $(myFunction(Name1,Name2))&lt;BR /&gt;RESIDENT Table&lt;BR /&gt;;&lt;BR /&gt;DROP FIELDS Name1, Name2&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 00:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225389#M77707</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-28T00:38:18Z</dc:date>
    </item>
    <item>
      <title>How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225390#M77708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!&lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 13:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225390#M77708</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-04-28T13:29:26Z</dc:date>
    </item>
    <item>
      <title>How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225391#M77709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much &lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 02:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225391#M77709</guid>
      <dc:creator />
      <dc:date>2010-04-29T02:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load and Resident from Two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225392#M77710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the Load(myfunction(name1,name2)) refer to?&amp;nbsp; Is it pseudo code for any function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Load-and-Resident-from-Two-Tables/m-p/225392#M77710</guid>
      <dc:creator />
      <dc:date>2016-09-23T16:25:57Z</dc:date>
    </item>
  </channel>
</rss>

