<?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 Full Outer join two table in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798178#M264</link>
    <description>&lt;P&gt;Please help me solve this puzzle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two different tables. I want to use one table as the lead one and the other one as the dimension table. I want all records from one table and the data from the other table if there is a match otherwise it shows blanc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;table 1&lt;/TD&gt;&lt;TD&gt;table 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;aa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xx&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;yy&lt;/TD&gt;&lt;TD&gt;yy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;zz&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I have 100 records in field YY table 1 after joining with table 2 with the field yy I still want the 100 records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 01:36:10 GMT</pubDate>
    <dc:creator>Magalytobel</dc:creator>
    <dc:date>2021-04-09T01:36:10Z</dc:date>
    <item>
      <title>Full Outer join two table</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798178#M264</link>
      <description>&lt;P&gt;Please help me solve this puzzle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two different tables. I want to use one table as the lead one and the other one as the dimension table. I want all records from one table and the data from the other table if there is a match otherwise it shows blanc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;table 1&lt;/TD&gt;&lt;TD&gt;table 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;aa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xx&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;yy&lt;/TD&gt;&lt;TD&gt;yy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;zz&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I have 100 records in field YY table 1 after joining with table 2 with the field yy I still want the 100 records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 01:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798178#M264</guid>
      <dc:creator>Magalytobel</dc:creator>
      <dc:date>2021-04-09T01:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Full Outer join two table</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798675#M267</link>
      <description>&lt;P&gt;In this case you need a left or right join, like:&lt;/P&gt;&lt;P&gt;t: load YY from Table1; left join(t) load yy as YY from Table2;&lt;/P&gt;&lt;P&gt;but by joins in general it depends on the existing data-structure and the data-quality if it will create duplicate records or if it may remove ones. It's not controllable with the join-statement itself - else you will need various steps in beforehand or afterwards to check and control the data.&lt;/P&gt;&lt;P&gt;If you couldn't ensure it with rather simply measures you shouldn't use joins else you should look for other approaches - quite common for such use-cases in Qlik is mapping.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 09:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798675#M267</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-04-12T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Full Outer join two table</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798689#M269</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128253"&gt;@Magalytobel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try with left keep concept.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load YY from Table1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;left Keep(Table1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load YY from Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In that case, final output in table viewer, you can able to see 2 table, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but its load the info in Table1 alone in Table 2. Hope it helps&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 09:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Full-Outer-join-two-table/m-p/1798689#M269</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-04-12T09:32:37Z</dc:date>
    </item>
  </channel>
</rss>

