<?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 Where value is not in list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2510230#M104849</link>
    <description>&lt;P&gt;I am loading in a course list - I have a separate QVD which shows courses that are not required in my count.&lt;/P&gt;&lt;P&gt;How would I state in a load script that I want to load in all the course except where that course shows in my excluded QVD without just writing out where match(CourseId,...) and list out ID's?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 10:51:18 GMT</pubDate>
    <dc:creator>JonathanKelly</dc:creator>
    <dc:date>2025-03-17T10:51:18Z</dc:date>
    <item>
      <title>Where value is not in list</title>
      <link>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2510230#M104849</link>
      <description>&lt;P&gt;I am loading in a course list - I have a separate QVD which shows courses that are not required in my count.&lt;/P&gt;&lt;P&gt;How would I state in a load script that I want to load in all the course except where that course shows in my excluded QVD without just writing out where match(CourseId,...) and list out ID's?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2510230#M104849</guid>
      <dc:creator>JonathanKelly</dc:creator>
      <dc:date>2025-03-17T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where value is not in list</title>
      <link>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2510237#M104850</link>
      <description>&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;ExistsFilter: load CourseId from Exclude.qvd (qvd);&lt;/P&gt;&lt;P&gt;Final: load * from Final.qvd (qvd) where not exists(CourseId);&lt;/P&gt;&lt;P&gt;drop tables ExistsFilter;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 11:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2510237#M104850</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-17T11:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where value is not in list</title>
      <link>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2511652#M105094</link>
      <description>&lt;P&gt;That worked - however it only keeps the first instance of the non-removed courses.&lt;/P&gt;&lt;P&gt;I ran it using the below as you suggested and even looking into the not exists function it is the same. However, as ID must be called the same in both table it ends up not bring back all the data instead. If I reverse it to ask for where exists ID then it brings back everything however trying to reverse it doesn't.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanKelly_0-1742987029726.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179000iDB0E4F6148A070A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonathanKelly_0-1742987029726.png" alt="JonathanKelly_0-1742987029726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 11:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2511652#M105094</guid>
      <dc:creator>JonathanKelly</dc:creator>
      <dc:date>2025-03-26T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where value is not in list</title>
      <link>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2511660#M105095</link>
      <description>&lt;P&gt;In this case it needs additionally measurements, for example:&lt;/P&gt;&lt;P&gt;ExistsFilter: load CourseId &lt;STRONG&gt;as&amp;nbsp;CourseIdExists&lt;/STRONG&gt; from Exclude.qvd (qvd);&lt;/P&gt;&lt;P&gt;Final: load * from Final.qvd (qvd) where not exists(&lt;STRONG&gt;CourseIdExists&lt;/STRONG&gt;, CourseId);&lt;/P&gt;&lt;P&gt;drop tables ExistsFilter;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 11:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-value-is-not-in-list/m-p/2511660#M105095</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-26T11:36:39Z</dc:date>
    </item>
  </channel>
</rss>

