<?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 many to many not working as expected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298773#M616177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YEP! Updated to SR5 and it's now working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jun 2017 13:37:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-16T13:37:58Z</dc:date>
    <item>
      <title>Left join many to many not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298769#M616173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to join FROM a table where the join key is repeated to another table where the join key is repeated.&amp;nbsp; I expect to have rows added to the target table for every matching row in the joining table.&amp;nbsp; However, it seems that if there is only one distinct join key value in the joining table, it only joins once per line in the target table; no rows are added.&amp;nbsp; Please help if you can! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be better explained with an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; A:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, .5&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;John&lt;/SPAN&gt;, .2 &lt;/SPAN&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Left Join(A)&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Name, Value2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;John&lt;/SPAN&gt;,10&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;John&lt;/SPAN&gt;,20&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Name, Value, Value2&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .5, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .5, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .2, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .2, 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .5, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; John, .2, 20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 21:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298769#M616173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T21:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Left join many to many not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298770#M616174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're doing it right.&amp;nbsp; When I run your code, it gives me the expected output.&amp;nbsp; I didn't change your code at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167036_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 21:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298770#M616174</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2017-06-15T21:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Left join many to many not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298771#M616175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange!&amp;nbsp; Could it be a version issue?&amp;nbsp; I'm using v12 SR1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll update to a newer SR and report back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 21:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298771#M616175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T21:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Left join many to many not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298772#M616176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a bug in QV12 SR 1&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/211283"&gt;Left join broken in QlikView 12 SR1?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 22:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298772#M616176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T22:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Left join many to many not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298773#M616177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YEP! Updated to SR5 and it's now working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-many-to-many-not-working-as-expected/m-p/1298773#M616177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T13:37:58Z</dc:date>
    </item>
  </channel>
</rss>

