<?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 compare two tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-compare-two-tables/m-p/1216508#M23524</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;Can anyone please help how to compare two table in qlik and only load not matching rows as shown in below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154971_Table1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154972_Table2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired Result:&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/154974_Table3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 07:53:57 GMT</pubDate>
    <dc:creator>ramkrishna86</dc:creator>
    <dc:date>2017-03-02T07:53:57Z</dc:date>
    <item>
      <title>How to compare two tables</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-two-tables/m-p/1216508#M23524</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;Can anyone please help how to compare two table in qlik and only load not matching rows as shown in below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154971_Table1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154972_Table2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired Result:&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/154974_Table3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 07:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-two-tables/m-p/1216508#M23524</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2017-03-02T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare two tables</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-two-tables/m-p/1216509#M23525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create a key in both tables:&lt;/P&gt;&lt;P&gt;in table1 Load A, B,C, A &amp;amp; '|' &amp;amp; B &amp;amp; '|' &amp;amp; C as Key1&lt;/P&gt;&lt;P&gt;in table2 NoConcatenate Load A,B,C, &lt;SPAN style="font-size: 13.3333px;"&gt;A &amp;amp; '|' &amp;amp; B &amp;amp; '|' &amp;amp; C&lt;/SPAN&gt; as Key2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally:&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;noConcatenate&lt;/P&gt;&lt;P&gt;load A,B,C &lt;/P&gt;&lt;P&gt;resident table1 where not exists(Key2,Key1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop tables Table1, Table2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 08:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-two-tables/m-p/1216509#M23525</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2017-03-02T08:24:15Z</dc:date>
    </item>
  </channel>
</rss>

