<?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: Opposite of Inner Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661612#M595373</link>
    <description>&lt;P&gt;Are you looking for an anti join? Both right and left?&lt;/P&gt;&lt;P&gt;in that case you just need to create an inner join then load back both tables with a where clause not exists&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Load-an-outer-excluding-join/td-p/745677" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Load-an-outer-excluding-join/td-p/745677&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Lorenzo&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2019 00:01:27 GMT</pubDate>
    <dc:creator>lorenzoconforti</dc:creator>
    <dc:date>2019-12-31T00:01:27Z</dc:date>
    <item>
      <title>Opposite of Inner Join</title>
      <link>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661541#M595371</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Please could you tell me if there is a functionality which is the opposite of INNER JOIN ?&lt;/P&gt;&lt;P&gt;I already tried the functionality OUTER JOIN, but the result is not as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661541#M595371</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T01:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Opposite of Inner Join</title>
      <link>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661562#M595372</link>
      <description>&lt;P&gt;Have a look at the following specific Design Blog post to see if it may help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the base URL for the Design Blog area as well in case you want to search further for other posts, and here is Help link on Joins after that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/combine-tables-join-keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/combine-tables-join-keep.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully those will get you what you need.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 18:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661562#M595372</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-30T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Opposite of Inner Join</title>
      <link>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661612#M595373</link>
      <description>&lt;P&gt;Are you looking for an anti join? Both right and left?&lt;/P&gt;&lt;P&gt;in that case you just need to create an inner join then load back both tables with a where clause not exists&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Load-an-outer-excluding-join/td-p/745677" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Load-an-outer-excluding-join/td-p/745677&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Lorenzo&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 00:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1661612#M595373</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-31T00:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Opposite of Inner Join</title>
      <link>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1665305#M595374</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18132"&gt;@lorenzoconforti&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Many thanks for sharing the links.&lt;/P&gt;&lt;P&gt;For the moment I tried the solution using an inner join and then a clause Where not exists.&lt;/P&gt;&lt;P&gt;And this solution gives me the result expected.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opposite-of-Inner-Join/m-p/1665305#M595374</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2020-01-14T09:47:19Z</dc:date>
    </item>
  </channel>
</rss>

