<?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 Left Join with resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147821#M26191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your script should look something like this:&lt;/P&gt;&lt;P&gt;table3:&lt;BR /&gt;Load&lt;BR /&gt; prodID,&lt;BR /&gt; prodDes&lt;BR /&gt;From sourcefortable1;&lt;/P&gt;&lt;P&gt;Left Join (table3)&lt;BR /&gt;Load&lt;BR /&gt; prodID,&lt;BR /&gt; prodFlag&lt;BR /&gt;From sourcefortable2;&lt;/P&gt;&lt;P&gt;It is not necessary to load the 2 tables into memory first. You can just go ahead and do this straight from the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 21:38:21 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2009-06-26T21:38:21Z</dc:date>
    <item>
      <title>Load Left Join with resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147819#M26189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have two table loaded:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodID&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodDes&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodID&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodFlag&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;I'd need to obtain a table:&lt;/P&gt;&lt;P&gt;table3:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodID&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodDes&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;prodFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;containing the result of an SQL string like:&lt;/P&gt;&lt;P&gt;SELECT prodID, prodDes, prodFlag FROM table1 LEFT JOIN table2 ON table1.prodID=table2.prodID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use this SQL string in the DB source because table1 and table2 are in different datasources: so I'd need use a kind of&lt;/P&gt;&lt;P&gt;LOAD .... RESIDENT LEFT JOIN (LOAD .... RESIDENT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 19:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147819#M26189</guid>
      <dc:creator>lucarizziero</dc:creator>
      <dc:date>2009-06-26T19:39:13Z</dc:date>
    </item>
    <item>
      <title>Load Left Join with resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147820#M26190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You'll need to do something like that:&lt;/P&gt;&lt;P&gt;LEFT JOIN (table2) LOAD * RESIDENT table1;&lt;/P&gt;&lt;P&gt;but the trick is you'll have the concatenated result in the table2, not on a third table.&lt;/P&gt;&lt;P&gt;That was my initial mistake and I just figured it out...&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Romain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 19:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147820#M26190</guid>
      <dc:creator />
      <dc:date>2009-06-26T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Load Left Join with resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147821#M26191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your script should look something like this:&lt;/P&gt;&lt;P&gt;table3:&lt;BR /&gt;Load&lt;BR /&gt; prodID,&lt;BR /&gt; prodDes&lt;BR /&gt;From sourcefortable1;&lt;/P&gt;&lt;P&gt;Left Join (table3)&lt;BR /&gt;Load&lt;BR /&gt; prodID,&lt;BR /&gt; prodFlag&lt;BR /&gt;From sourcefortable2;&lt;/P&gt;&lt;P&gt;It is not necessary to load the 2 tables into memory first. You can just go ahead and do this straight from the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 21:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147821#M26191</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-06-26T21:38:21Z</dc:date>
    </item>
    <item>
      <title>Load Left Join with resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147822#M26192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot: your answer has been helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 22:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Left-Join-with-resident-table/m-p/147822#M26192</guid>
      <dc:creator>lucarizziero</dc:creator>
      <dc:date>2009-06-26T22:35:57Z</dc:date>
    </item>
  </channel>
</rss>

