<?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 find unmatched records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289679#M107543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly help me figure out how to find unmatched records from 2 tables.&amp;nbsp; If value of field CHONO in table1 does not exist in table2 then create record in table3.&amp;nbsp; Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 22:23:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-01T22:23:23Z</dc:date>
    <item>
      <title>find unmatched records</title>
      <link>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289679#M107543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly help me figure out how to find unmatched records from 2 tables.&amp;nbsp; If value of field CHONO in table1 does not exist in table2 then create record in table3.&amp;nbsp; Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 22:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289679#M107543</guid>
      <dc:creator />
      <dc:date>2011-11-01T22:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: find unmatched records</title>
      <link>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289680#M107544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd look to do an Outer join between the 2 tables to create amaster table then perform a Resident load from the Master where the rows aren't complete and thefore must be Un-Matched records (both A not in B and vice versa - by controlling the Where clause you can return only A not in B or B not in A).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 16:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289680#M107544</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-11-02T16:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: find unmatched records</title>
      <link>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289681#M107545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;way late I know but just did this today:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very easy in SQL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select t1.CHONO &lt;/P&gt;&lt;P&gt;from Table1 t1&lt;/P&gt;&lt;P&gt;left join Table2 t2 on t1.CHONO=t2.CHONO&lt;/P&gt;&lt;P&gt;where t2.CHONO is null;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want distinct list add distinct after select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 20:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289681#M107545</guid>
      <dc:creator />
      <dc:date>2012-09-27T20:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: find unmatched records</title>
      <link>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289682#M107546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;klangley - Good set-based solution for SQL as it pushes the heavy lifting off to the database server. But this solution will only find unmatched in SQL, not in QlikView.&amp;nbsp; For example (as was my situation), I needed to find unmatched in two qvd's.I was able to leverage Matthew Crowther's solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-unmatched-records/m-p/289682#M107546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-17T21:17:51Z</dc:date>
    </item>
  </channel>
</rss>

