<?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 list down a record where the data is found in one table but not in another table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-list-down-a-record-where-the-data-is-found-in-one-table/m-p/2443808#M97539</link>
    <description>&lt;P&gt;exists() refers always against the already loaded field-values. Therefore the order of the load-statements as well as the cardinality of the field-values will have an impact. Just being aware of this makes it possible to develop in nearly each scenario an appropriate logic.&lt;/P&gt;
&lt;P&gt;Simpler is often to resolve such tasks with a mapping-approach - in your case it might be:&lt;/P&gt;
&lt;P&gt;t1: load * from Staff;&lt;BR /&gt;m: mapping load distinct UserId, 1 resident t1;&lt;BR /&gt;t2: load *, applymap('m', UserId, 0) as Flag from Submission;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 08:18:17 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-04-23T08:18:17Z</dc:date>
    <item>
      <title>How to list down a record where the data is found in one table but not in another table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-list-down-a-record-where-the-data-is-found-in-one-table/m-p/2443793#M97535</link>
      <description>&lt;P&gt;Dear gurus&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are so many similar posts in here but try to understand it may takes some time. Hence i decide to post it here using my table.&lt;/P&gt;
&lt;P&gt;I have 2 tables - Staff and Form_Submission. Both table contains column 'Name' and 'UserIds'&lt;/P&gt;
&lt;P&gt;In the load editor how am i suppose to write the script so that i want to know which staff in table Staff has never submit a form. I saw lots of example using Not Exist. Just hope that someone can help me by using my scenario here . TQ !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 07:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-list-down-a-record-where-the-data-is-found-in-one-table/m-p/2443793#M97535</guid>
      <dc:creator>limfungkeat</dc:creator>
      <dc:date>2024-04-23T07:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to list down a record where the data is found in one table but not in another table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-list-down-a-record-where-the-data-is-found-in-one-table/m-p/2443808#M97539</link>
      <description>&lt;P&gt;exists() refers always against the already loaded field-values. Therefore the order of the load-statements as well as the cardinality of the field-values will have an impact. Just being aware of this makes it possible to develop in nearly each scenario an appropriate logic.&lt;/P&gt;
&lt;P&gt;Simpler is often to resolve such tasks with a mapping-approach - in your case it might be:&lt;/P&gt;
&lt;P&gt;t1: load * from Staff;&lt;BR /&gt;m: mapping load distinct UserId, 1 resident t1;&lt;BR /&gt;t2: load *, applymap('m', UserId, 0) as Flag from Submission;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 08:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-list-down-a-record-where-the-data-is-found-in-one-table/m-p/2443808#M97539</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-23T08:18:17Z</dc:date>
    </item>
  </channel>
</rss>

