<?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 How to figure out if it matches between two table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-figure-out-if-it-matches-between-two-table/m-p/549239#M205164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this problem, I'm not quite sure even if it's possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File A&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;identifier A, identifier B, ID, others ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File B&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;identifier A, identifier B, IDC, others ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to find out if ID == IDC and if it does then say it matched and else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Table output should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;identifier A, identifier B, ID, IDC, ID==IDC, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 19:25:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-09T19:25:17Z</dc:date>
    <item>
      <title>How to figure out if it matches between two table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-figure-out-if-it-matches-between-two-table/m-p/549239#M205164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this problem, I'm not quite sure even if it's possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File A&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;identifier A, identifier B, ID, others ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File B&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;identifier A, identifier B, IDC, others ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to find out if ID == IDC and if it does then say it matched and else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Table output should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;identifier A, identifier B, ID, IDC, ID==IDC, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 19:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-figure-out-if-it-matches-between-two-table/m-p/549239#M205164</guid>
      <dc:creator />
      <dc:date>2013-12-09T19:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if it matches between two table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-figure-out-if-it-matches-between-two-table/m-p/549240#M205165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT Join(TableA)&lt;/P&gt;&lt;P&gt;LOAD identifierA, identifierB, IDC, others .... From FileB;&lt;/P&gt;&lt;P&gt;LEFT Join(TableA)&lt;/P&gt;&lt;P&gt;LOAD identifierA, identifierB, ID,&amp;nbsp; IDC&lt;/P&gt;&lt;P&gt;if(ID=IDC, 'MATCHED', 'NOT MATCHED')&lt;/P&gt;&lt;P&gt;Resident TableA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 20:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-figure-out-if-it-matches-between-two-table/m-p/549240#M205165</guid>
      <dc:creator />
      <dc:date>2013-12-09T20:57:59Z</dc:date>
    </item>
  </channel>
</rss>

