<?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: Question about this table join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806021#M661251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure to have understood what you explained but I think if you keep the second choice :&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field4&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field5&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(LOANS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 16:27:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-27T16:27:36Z</dc:date>
    <item>
      <title>Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806015#M661245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My qlikview document has a main table being imported from a database and it is called 'loans'. I am also importing a few fields from another database - and these fields reside in several different tables within that database. I am joining these smaller tables to the main loans table by including the account number field and the production date field in all of the tables... If I concatenate all of the smaller tables there will be more than one row for each account number/production date combination in that table. Will this join correctly to the loans table or will there be duplicate records? An example is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOANS:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="143.18181824684143" style="border: 1px solid rgb(0, 0, 0); width: 208.181818246841px; height: 145.181818246841px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account #&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Field1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Field2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;444&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;333&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMALLER TABLE (after concatenation)&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="97.18181824684143" style="border: 1px solid rgb(0, 0, 0); width: 206.181818246841px; height: 91.1818182468414px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account #&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the resulting row to for account '555' to look like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Account #&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333330154419px; text-align: center;"&gt;Field2&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333330154419px; text-align: center;"&gt;Field3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333330154419px; text-align: center;"&gt;Field4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333330154419px; text-align: center;"&gt;Field5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806015#M661245</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806016#M661246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have duplicates if you join concatenated table directly to Loans table. Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loans:&lt;/P&gt;&lt;P&gt;Select * From Loans;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Loans)&lt;/P&gt;&lt;P&gt;Load Account#, Date, Max(Field1)&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, Max(Field1)&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, Max(Field1) Resident Concatenated_Table Group by &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Account#, Date;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenated_Table ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806016#M661246</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-27T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806017#M661247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'max' function will pick the highest one for the rows with the same account number/ date? Will this work for non-numeric fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806017#M661247</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806018#M661248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need as result is a join not a concatenate.&lt;/P&gt;&lt;P&gt;Your smaller tables have to be joined instead of concatenate in order to get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; width: 100%;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header" style="padding: 2px; border: 1px solid #000000; border-image: none; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Account #&lt;/TH&gt;&lt;TH class="header" style="padding: 2px; border: 1px solid #000000; border-image: none; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="padding: 2px; border: 1px solid #000000; border-image: none; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="text-align: center; color: #ffffff; font-size: 13.33px;"&gt;&lt;STRONG&gt;Field3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding: 2px; border: 1px solid #000000; border-image: none; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="text-align: center; color: #ffffff; font-size: 13.33px;"&gt;&lt;STRONG&gt;Field4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding: 2px; border: 1px solid #000000; border-image: none; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="text-align: center; color: #ffffff; font-size: 13.33px;"&gt;&lt;STRONG&gt;Field5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px; border: 1px solid #000000; border-image: none;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px; border: 1px solid #000000; border-image: none;"&gt;12/31&lt;/TD&gt;&lt;TD style="padding: 2px; border: 1px solid #000000; border-image: none;"&gt;a&lt;/TD&gt;&lt;TD style="padding: 2px; border: 1px solid #000000; border-image: none;"&gt;b&lt;/TD&gt;&lt;TD style="padding: 2px; border: 1px solid #000000; border-image: none;"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can join this table with your LOANS table and you'll get your expected final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also modify your SMALLER_TABLE like this to get the table to join to LOANS:&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field4&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field5&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(LOANS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE_2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806018#M661248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T16:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806019#M661249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I used concatenate instead of a join is because some of the smaller tables contain the same field names (other than the original two) and i don't want them to join on anything but account number and production date. Any Idea on how to get around this besides naming the fields different things?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806019#M661249</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806020#M661250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maxstring&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806020#M661250</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-27T16:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about this table join</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806021#M661251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure to have understood what you explained but I think if you keep the second choice :&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field4&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(SMALLER_TABLE_2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Account #,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Field5&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;(LOANS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;SMALLER_TABLE_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SMALLER_TABLE_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-this-table-join/m-p/806021#M661251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T16:27:36Z</dc:date>
    </item>
  </channel>
</rss>

