<?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 Join does duplication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671465#M1081315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probaly have more than one row in table B corresponding to one row in Table A. The association is done over columns with the same name on the two tables. Check all columns that should match has the same name in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jun 2014 23:10:58 GMT</pubDate>
    <dc:creator>eduardo_sommer</dc:creator>
    <dc:date>2014-06-28T23:10:58Z</dc:date>
    <item>
      <title>Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671463#M1081313</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;&lt;SPAN style="text-decoration: underline;"&gt;As i know from sql when you use left join the script goes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table_A&lt;/P&gt;&lt;P&gt;left Join table_B&amp;nbsp; &lt;STRONG&gt;on &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;A.id = B.id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;in qlikview script i do like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A: &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Left Join (Table_A)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident Table_B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;"When i do that it duplicate rows, i guess it's because there is no expression of "&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;on &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;A.id = B.id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;/P&gt;&lt;P style="direction: rtl;"&gt;?how can i fix it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 22:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671463#M1081313</guid>
      <dc:creator />
      <dc:date>2014-06-28T22:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671464#M1081314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt;FROM Table_B.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt;FROM Table_A.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Table_A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt;RESIDENT Table_B.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table_B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 23:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671464#M1081314</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-06-28T23:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671465#M1081315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probaly have more than one row in table B corresponding to one row in Table A. The association is done over columns with the same name on the two tables. Check all columns that should match has the same name in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 23:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671465#M1081315</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-28T23:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671466#M1081316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join shouldn't duplicate if the id is unique&lt;/P&gt;&lt;P&gt;Can you please post a sample it could jut ids&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 04:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671466#M1081316</guid>
      <dc:creator />
      <dc:date>2014-06-29T04:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671467#M1081317</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 may have duplicates in Table B. You may use "Left Keep (Table A)" instead to eliminate duplicate issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Left keep will keep two table separate however Table B will have only data which is associate to Table A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 05:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671467#M1081317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-29T05:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join does duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671468#M1081318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all fields from Table B to see the field who have two values different&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 15:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-does-duplication/m-p/671468#M1081318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T15:50:30Z</dc:date>
    </item>
  </channel>
</rss>

