<?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: Check for deleted data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473590#M99909</link>
    <description>&lt;P&gt;Yes. It is possible. You have to use one of the many &lt;STRONG&gt;slowly changing dimension&lt;/STRONG&gt; techniques. This topic is very broad, but this is the term you have to look for.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 14:54:55 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-07-29T14:54:55Z</dc:date>
    <item>
      <title>Check for deleted data</title>
      <link>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473570#M99903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;we have a table in our system and its entries are changing dynamically.&amp;nbsp;We want to track the table from now on.&lt;/P&gt;
&lt;P&gt;Is there a way to keep the data in a Qlik table and to check on which day they got deleted?&lt;/P&gt;
&lt;P&gt;Furthermore it is possible, that the same ID returns after being deleted initially. In that case we want to show two datasets. One dataset with the old period and one dataset within the current period.&lt;/P&gt;
&lt;P&gt;Is that somehow possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473570#M99903</guid>
      <dc:creator>steasy</dc:creator>
      <dc:date>2024-07-29T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check for deleted data</title>
      <link>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473587#M99908</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143790"&gt;@steasy&lt;/a&gt;&amp;nbsp;! I suggest creating a date field to record the day the ID was queried in a QVD, with "active" status, for example (this will be your history).&lt;/P&gt;
&lt;P&gt;Something like:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"LOAD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ID,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Today() as date,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;'active' as Status"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Then, in subsequent loads, compare the new data to&lt;BR /&gt;identify deletions (IDs present in the history, but absent in the current data).&lt;/P&gt;
&lt;P&gt;In the same way, identify new entries and maintain 'active' status. You can do this using a WHERE NOT EXISTS or WHERE EXISTS.&lt;BR /&gt;Use concatenation to join deletions and new entries to the history.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473587#M99908</guid>
      <dc:creator>ramonneto</dc:creator>
      <dc:date>2024-07-29T14:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check for deleted data</title>
      <link>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473590#M99909</link>
      <description>&lt;P&gt;Yes. It is possible. You have to use one of the many &lt;STRONG&gt;slowly changing dimension&lt;/STRONG&gt; techniques. This topic is very broad, but this is the term you have to look for.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-for-deleted-data/m-p/2473590#M99909</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-29T14:54:55Z</dc:date>
    </item>
  </channel>
</rss>

