<?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: How to Exclude duplicate records when joining tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476928#M178111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&amp;nbsp; I could not use CONCATENATE because I attempted to drop the secondary table later to clear synthetic keys and the records from this table disappeared, even in the concatenated table.&lt;/P&gt;&lt;P&gt;I used ADD LOAD instead and it appears to be working the way I need it to.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 00:30:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-16T00:30:59Z</dc:date>
    <item>
      <title>How to Exclude duplicate records when joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476926#M178109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables with and ID and a value column.&amp;nbsp; Table1 and Table2&lt;/P&gt;&lt;P&gt;Need to concatentate these tables into one BUT if any IDs exist in Table2 that already exist in Table1, exclude from concatenating.&lt;/P&gt;&lt;P&gt;This is needed because data in Table1 is clean so records are correct.&lt;/P&gt;&lt;P&gt;Table2 has new records which I want but also ones with the same ID as Table1.&amp;nbsp; The Value column in this table may be incorrect for the IDN so I do not want to load this record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 20:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476926#M178109</guid>
      <dc:creator />
      <dc:date>2013-07-12T20:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude duplicate records when joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476927#M178110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use condition exists():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Table1) LOAD DISTINCT&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;RESIDENT Table2&lt;/P&gt;&lt;P&gt;where not exists(ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 20:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476927#M178110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude duplicate records when joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476928#M178111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&amp;nbsp; I could not use CONCATENATE because I attempted to drop the secondary table later to clear synthetic keys and the records from this table disappeared, even in the concatenated table.&lt;/P&gt;&lt;P&gt;I used ADD LOAD instead and it appears to be working the way I need it to.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 00:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-duplicate-records-when-joining-tables/m-p/476928#M178111</guid>
      <dc:creator />
      <dc:date>2013-07-16T00:30:59Z</dc:date>
    </item>
  </channel>
</rss>

