<?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 realization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129445#M371365</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;A href="https://community.qlik.com/docs/DOC-7520"&gt;Different Join Functions in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 09:59:55 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2016-07-11T09:59:55Z</dc:date>
    <item>
      <title>Left  join realization</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129444#M371364</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;I would like to know, how to realize this Left join type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.codinghorror.com/a-visual-explanation-of-sql-joins/" title="https://blog.codinghorror.com/a-visual-explanation-of-sql-joins/"&gt;A Visual Explanation of SQL Joins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM TableA&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN TableB&lt;/P&gt;&lt;P&gt;ON TableA.name = TableB.name&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE TableB.id IS null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id name id name&lt;/P&gt;&lt;P&gt;-- ---- -- ----&lt;/P&gt;&lt;P&gt;2 Monkey&amp;nbsp; &lt;SPAN style="color: #cccccc;"&gt;null&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #cccccc;"&gt;null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4 Spaghetti&amp;nbsp; &lt;SPAN style="color: #cccccc;"&gt;null&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #cccccc;"&gt;null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="6a0120a85dcdae970b012877702754970c-pi.png" class="jive-image image-1" height="175" src="https://blog.codinghorror.com/content/images/uploads/2007/10/6a0120a85dcdae970b012877702754970c-pi.png" style="font-size: 13.3333px; width: 267px; height: 174.877px;" width="267" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where this middle part is excluded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 09:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129444#M371364</guid>
      <dc:creator>krisjanis</dc:creator>
      <dc:date>2016-07-11T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Left  join realization</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129445#M371365</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;A href="https://community.qlik.com/docs/DOC-7520"&gt;Different Join Functions in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 09:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129445#M371365</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-07-11T09:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Left  join realization</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129446#M371366</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;This is left join without &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE TableB.id IS null &lt;/STRONG&gt;part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to keep only these entries, where are no matches...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 10:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-realization/m-p/1129446#M371366</guid>
      <dc:creator>krisjanis</dc:creator>
      <dc:date>2016-07-11T10:38:52Z</dc:date>
    </item>
  </channel>
</rss>

