<?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 identify rows in 1 table not in another table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/identify-rows-in-1-table-not-in-another-table/m-p/1561561#M40884</link>
    <description>&lt;P&gt;I have the following 2 tables:&lt;/P&gt;&lt;PRE&gt;Table1:
Load * Inline [
ID1
1
2
3
4
5
]
;

Table2:
Load * Inline [
ID2
1
2
3
]
;&lt;/PRE&gt;&lt;P&gt;I want to create a third table that has all rows from table 1 that are not in table 2.&amp;nbsp; (ID1 and ID2 are the same attribute.&amp;nbsp; I just labeled them uniquely in case it matters.)&amp;nbsp; How can I achieve this?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 18:49:04 GMT</pubDate>
    <dc:creator>skyline01</dc:creator>
    <dc:date>2019-03-26T18:49:04Z</dc:date>
    <item>
      <title>identify rows in 1 table not in another table</title>
      <link>https://community.qlik.com/t5/App-Development/identify-rows-in-1-table-not-in-another-table/m-p/1561561#M40884</link>
      <description>&lt;P&gt;I have the following 2 tables:&lt;/P&gt;&lt;PRE&gt;Table1:
Load * Inline [
ID1
1
2
3
4
5
]
;

Table2:
Load * Inline [
ID2
1
2
3
]
;&lt;/PRE&gt;&lt;P&gt;I want to create a third table that has all rows from table 1 that are not in table 2.&amp;nbsp; (ID1 and ID2 are the same attribute.&amp;nbsp; I just labeled them uniquely in case it matters.)&amp;nbsp; How can I achieve this?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 18:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/identify-rows-in-1-table-not-in-another-table/m-p/1561561#M40884</guid>
      <dc:creator>skyline01</dc:creator>
      <dc:date>2019-03-26T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: identify rows in 1 table not in another table</title>
      <link>https://community.qlik.com/t5/App-Development/identify-rows-in-1-table-not-in-another-table/m-p/1561571#M40886</link>
      <description>Table1:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ID1&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Table2:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ID2&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;Table3:&lt;BR /&gt;Load&lt;BR /&gt;ID1 as ID3&lt;BR /&gt;Resident Table1&lt;BR /&gt;WHERE&lt;BR /&gt;NOT EXISTS(ID2, ID1)&lt;BR /&gt;;</description>
      <pubDate>Tue, 26 Mar 2019 19:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/identify-rows-in-1-table-not-in-another-table/m-p/1561571#M40886</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-26T19:09:27Z</dc:date>
    </item>
  </channel>
</rss>

