<?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: Problem with joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140653#M20941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1007723"&gt;Left join broken in QlikView 12 SR1?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upgrade your&amp;nbsp; 12.0.20001.0 Version to a recent QV version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Oct 2018 10:55:31 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-10-27T10:55:31Z</dc:date>
    <item>
      <title>Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140649#M20937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm facing a issue specific on system, im trying to join two tables and try to get all record from both tables so i use outer join,&lt;/P&gt;&lt;P&gt;but im very surprise when it return all record of table one but record of table two is join with only first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DetailTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Week, Key, val&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, A, 12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2, A, 24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3, A, 23&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4, A, 98&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;5, A, 17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;6, A, 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Outer JOIN (DetailTable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Key, MinWeek, MaxWeek&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A, 1,6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216920_1.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Logically it will be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="198"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="36"&gt;Week&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="26"&gt;Key&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="21"&gt;val&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;MinWeek&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="59"&gt;MaxWeek&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;98&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;surprisingly when i try this on different system it return correct record but specific on my system it gives a wrong. i already tried with Unistall the Qlikview desktop remove all folders of QlikTech and then install again but no luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 08:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140649#M20937</guid>
      <dc:creator>badri-adeel</dc:creator>
      <dc:date>2018-10-27T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140650#M20938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the same code in qliksense, It is working as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 08:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140650#M20938</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-10-27T08:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140651#M20939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adeel. I don't know why it happens, I've reloaded this file and everything is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 09:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140651#M20939</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-27T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140652#M20940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrey as i mention earlier it is working fine on other PC but not specifically on my system. I can't figure out the problem. previously i used this join so many time and it's working perfectly fine but suddenly it occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution is remain behind that re-installation of my operating system, but not sure will this work or not..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 10:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140652#M20940</guid>
      <dc:creator>badri-adeel</dc:creator>
      <dc:date>2018-10-27T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140653#M20941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1007723"&gt;Left join broken in QlikView 12 SR1?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upgrade your&amp;nbsp; 12.0.20001.0 Version to a recent QV version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 10:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140653#M20941</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-27T10:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140654#M20942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan, you just safe my day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 11:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-joins/m-p/140654#M20942</guid>
      <dc:creator>badri-adeel</dc:creator>
      <dc:date>2018-10-27T11:34:25Z</dc:date>
    </item>
  </channel>
</rss>

