<?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: Use of 'Where Exists' in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749431#M1304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming theKey is your key field, use this code to only load from table2 the rows that are not yet loaded:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;theKey,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from table2&lt;/P&gt;&lt;P&gt;where not exist (theKey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming anotherKey needs to be matched against theKey and only load rows where there is no match, us something like this:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;anotherKey,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from table2&lt;/P&gt;&lt;P&gt;where not exist(theKey, anotherKey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both examples assume table1 with theKey are already loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 14:06:30 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-03-05T14:06:30Z</dc:date>
    <item>
      <title>Use of 'Where Exists'</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749429#M1302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all...&lt;/P&gt;&lt;P&gt;I want to understand how the combination of keywords 'where exists' &amp;amp; 'where not exists' works in Qlikview.&lt;/P&gt;&lt;P&gt;Suppose I have 2 tables and I want to load the records by checking on some field by using "where exists".&lt;/P&gt;&lt;P&gt;How can this be done?&lt;/P&gt;&lt;P&gt;Can anybody please explain by providing a simple example?&lt;/P&gt;&lt;P&gt;Help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749429#M1302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Where Exists'</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749430#M1303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the Exists entry in the help file. It has some examples.&lt;/P&gt;&lt;P&gt;Or try reading some discussion by searching for this topic: &lt;A href="/t5/forums/searchpage/tab/message?q=where exists"&gt;http://community.qlik.com/search.jspa?q=where+exists&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749430#M1303</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-05T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Where Exists'</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749431#M1304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming theKey is your key field, use this code to only load from table2 the rows that are not yet loaded:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;theKey,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from table2&lt;/P&gt;&lt;P&gt;where not exist (theKey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming anotherKey needs to be matched against theKey and only load rows where there is no match, us something like this:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;anotherKey,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from table2&lt;/P&gt;&lt;P&gt;where not exist(theKey, anotherKey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both examples assume table1 with theKey are already loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 14:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749431#M1304</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-05T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Where Exists'</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749432#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert....that link is really useful ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 05:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749432#M1305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T05:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Where Exists'</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749433#M1306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicely explained with a simple example...thanks for the help !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 05:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Use-of-Where-Exists/m-p/749433#M1306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T05:56:12Z</dc:date>
    </item>
  </channel>
</rss>

