<?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: left outer join...ALL MATCHES vs UNIQUE MATCH in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362485#M126615</link>
    <description>This is my tMap... after i have a filter with TITOLO==null 
&lt;BR /&gt;THANKS for replies, 
&lt;BR /&gt;Gino. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDq2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157134iD26BF46149FBF365/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDq2.png" alt="0683p000009MDq2.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 10 Apr 2013 13:25:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-10T13:25:18Z</dc:date>
    <item>
      <title>left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362483#M126613</link>
      <description>Hi everybody!&lt;BR /&gt;I have two table TAB_A and TAB_B and I want serch all records of TAB_A are in TAB_B...&lt;BR /&gt;I make left outer join with UNIQUE MATCH and I filter the NULL value for the column in out that I had take from TAB_B..&lt;BR /&gt;Is correct? or I miss some information? If i try with ALL MATCHES i have duplicate it's correct???</description>
      <pubDate>Wed, 10 Apr 2013 10:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362483#M126613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-10T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362484#M126614</link>
      <description>Hi, &lt;BR /&gt;Please give us your tmap setting screenshot. Do you set the TAB_A as the main row and TAB_B as Look up? Is there any where condition between TAB_A and TAB_B ?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Apr 2013 11:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362484#M126614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-10T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362485#M126615</link>
      <description>This is my tMap... after i have a filter with TITOLO==null 
&lt;BR /&gt;THANKS for replies, 
&lt;BR /&gt;Gino. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDq2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157134iD26BF46149FBF365/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDq2.png" alt="0683p000009MDq2.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 10 Apr 2013 13:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362485#M126615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-10T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362486#M126616</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I make left outer join with UNIQUE MATCH and I filter the NULL value for the column in out that I had take from TAB_B..&lt;BR /&gt;Is correct? or I miss some information? If i try with ALL MATCHES i have duplicate it's correct???&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If there are some duplicated rows in your source table, " UNIQUE MATCH" will avoid it instead of "ALL MATCHES" 
&lt;BR /&gt;See my source file: 
&lt;BR /&gt;file1: 
&lt;BR /&gt;id;name;sex 
&lt;BR /&gt;1;Shong;boy 
&lt;BR /&gt;2;Ross;boy 
&lt;BR /&gt;3;Patrick;boy 
&lt;BR /&gt;4;Elise;girl 
&lt;BR /&gt;file2: 
&lt;BR /&gt;user_id;name;country;email 
&lt;BR /&gt;1;Shong;CN;email1 
&lt;BR /&gt;4;Elise;FR;email4 
&lt;BR /&gt;1;Shong;CN;email1 
&lt;BR /&gt;See my screenshot for details 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEIZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157246iEB00789A4204307A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEIZ.png" alt="0683p000009MEIZ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEIe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156799i2FF6AC99A4368043/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEIe.png" alt="0683p000009MEIe.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDrU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154733iBC810F65A8F21640/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDrU.png" alt="0683p000009MDrU.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEIj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142751i52CE8FB3FE27C4EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEIj.png" alt="0683p000009MEIj.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 11 Apr 2013 05:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362486#M126616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-11T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362487#M126617</link>
      <description>Hi Sabrina,&lt;BR /&gt;sorry for the late,I work hard in this days. I understand what you say...thanks for help!!!&lt;BR /&gt;Best Regards,&lt;BR /&gt;Gino.</description>
      <pubDate>Mon, 15 Apr 2013 11:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362487#M126617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-15T11:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362488#M126618</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback, feel free post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Apr 2013 03:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362488#M126618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-16T03:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362489#M126619</link>
      <description>Hello.&lt;BR /&gt;Please can you help me doing this operation in the other way ?&lt;BR /&gt;Data in TAB_A not in TAB_B&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 30 Jul 2013 10:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362489#M126619</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-30T10:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: left outer join...ALL MATCHES vs UNIQUE MATCH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362490#M126620</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Please can you help me doing this operation in the other way ?&lt;BR /&gt;Data in TAB_A not in TAB_B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;You can set TAB_A as Loop row and TAB_B as main row. &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 30 Jul 2013 10:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/left-outer-join-ALL-MATCHES-vs-UNIQUE-MATCH/m-p/2362490#M126620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-30T10:27:20Z</dc:date>
    </item>
  </channel>
</rss>

