<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304185#M406105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, your reasoning has lot of sense !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2017 15:19:20 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2017-07-13T15:19:20Z</dc:date>
    <item>
      <title>Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304182#M406102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon community,&lt;/P&gt;&lt;P&gt;probably i'm more newbie as I think because until today I thought to knew qlik Joins but now I'm here with a question for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone can expain me why CASE1 result is different from CASE2 ?&lt;/P&gt;&lt;P&gt;It seems that doing the left join from SampleTable loaded with &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-size: 14pt;"&gt;* &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;qlik consider only &lt;SPAN style="font-size: 13.3333px;"&gt;SampleTable1&lt;/SPAN&gt; table and not the others.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't think is this because the second and third &lt;SPAN style="font-size: 13.3333px;"&gt;SampleTable &lt;/SPAN&gt;table loaded with &lt;STRONG style="font-size: 14pt;"&gt;*&lt;/STRONG&gt; goes on autoconcatenate on Main Table before applying the join statement&amp;nbsp; because on MainTable table all data of SampleTable2 and &lt;SPAN style="font-size: 13.3333px;"&gt;SampleTable3&lt;/SPAN&gt; are missing...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'd attach the example data i've used...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Case.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170152_Case.png" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 14:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304182#M406102</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-07-13T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304183#M406103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;This is interesting. I don't think I can explain other than take from this that it's necessary to complete the join table before we attempt to use in a join. Thanks for posting this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304183#M406103</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-13T15:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304184#M406104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with the first case is that after the 1st left join, your MainTable have now a new field called Data. So now the join is not just on the Key field, but both Key and Data. And since the Key matches, but Data doesn't the join actually doesn't take place. You can check this by doing a Join instead of Left Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 works because, all the three excels are first concatenated before it gets left joined all at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304184#M406104</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-13T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304185#M406105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, your reasoning has lot of sense !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304185#M406105</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-07-13T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304186#M406106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304186#M406106</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-13T15:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304187#M406107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lovely explanation! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304187#M406107</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-13T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304188#M406108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrew &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Issue/m-p/1304188#M406108</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-13T15:28:33Z</dc:date>
    </item>
  </channel>
</rss>

