<?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 Loading only those records from one table, which are not present in another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223877#M76349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It worked well for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 11:05:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-20T11:05:50Z</dc:date>
    <item>
      <title>Loading only those records from one table, which are not present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223873#M76345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have two different tables say A and B, both are loaded . Both tables have similar fields but with different names. In table A, there is a field "Clients" and table B have a field "Customers". Now, I want to create another table C and load only those &lt;B&gt;Clients&lt;/B&gt; from A, which are not present in a &lt;B&gt;Customers&lt;/B&gt; field of B.&lt;BR /&gt;&lt;BR /&gt;For eg:&lt;/P&gt;&lt;P&gt;Table A&lt;BR /&gt;Clients &amp;gt; John, Peter, Graham, James, Brook&lt;BR /&gt;&lt;BR /&gt;Table B&lt;BR /&gt;Customers &amp;gt; John, Brook&lt;BR /&gt;&lt;BR /&gt;Table C should have following names&lt;BR /&gt;Clients &amp;gt; Peter, Graham, James&lt;/P&gt;&lt;P&gt;Please also provide a link where I can look for such operations.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223873#M76345</guid>
      <dc:creator />
      <dc:date>2011-04-20T10:34:40Z</dc:date>
    </item>
    <item>
      <title>SV:Loading only those records from one table, which are not present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223874#M76346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the link below on more details on different joins;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/blogs/qlikviewblogs/archive/2009/11/20/understanding-join-and-concatenate.aspx"&gt;http://community.qlik.com/blogs/qlikviewblogs/archive/2009/11/20/understanding-join-and-concatenate.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223874#M76346</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-04-20T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Loading only those records from one table, which are not present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223875#M76347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That may be as simple as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;TableA:LOAD * INLINE [Customer, CodeA, 1000B, 2000C, 3000D, 4000E, 5000]; TableB:LOAD * INLINE [Client, NumberB, 2000D, 4000]; TableC:LOAD Customer AS Cust, Code AS CodRESIDENT TableA WHERE NOT EXISTS(Client, Customer);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The third table loads all records from previously loaded in TableA when the value in TableA.Customer doesn't exists in TableB.Client.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223875#M76347</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-20T10:47:17Z</dc:date>
    </item>
    <item>
      <title>SV:Loading only those records from one table, which are not present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223876#M76348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;APPLYMAP function could be helpful for your case. have a look at it from HELP.&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223876#M76348</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-04-20T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Loading only those records from one table, which are not present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223877#M76349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It worked well for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 11:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-those-records-from-one-table-which-are-not-present/m-p/223877#M76349</guid>
      <dc:creator />
      <dc:date>2011-04-20T11:05:50Z</dc:date>
    </item>
  </channel>
</rss>

