<?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: New/Removed Records between two Snapshots in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/New-Removed-Records-between-two-Snapshots/m-p/1966639#M79673</link>
    <description>&lt;P&gt;This was solved by using the P() and E() functions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/P-E-and-where-do-you-use-them/td-p/457847" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/P-E-and-where-do-you-use-them/td-p/457847&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;New (In Current not In Prior):&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Count(distinct {&amp;lt;[SortOrder]*={"$(=only(SelectedSortOrder))"},[Pipeline Stage]*={'Identified','Discovery'},[Unique ID]*=E({&amp;lt;SortOrder*={"$(=only(SelectedPriorSortOrder))"}&amp;gt;})&amp;gt;} [Unique ID])&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Removed (In Prior not In Current):&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Count(distinct {&amp;lt;[SortOrder]*={"$(=only(SelectedPriorSortOrder))"},[Pipeline Stage]*={'Identified','Discovery'},[Unique ID]*=E({&amp;lt;SortOrder*={"$(=only(SelectedSortOrder))"}&amp;gt;})&amp;gt;} [Unique ID])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 15:37:12 GMT</pubDate>
    <dc:creator>carlcimino</dc:creator>
    <dc:date>2022-08-09T15:37:12Z</dc:date>
    <item>
      <title>New/Removed Records between two Snapshots</title>
      <link>https://community.qlik.com/t5/App-Development/New-Removed-Records-between-two-Snapshots/m-p/1953088#M78599</link>
      <description>&lt;P&gt;Hello, I am trying to flag items that are new or removed between two snapshots.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;The rule for a newly added item is look at all the "Unique ID" 's in the most recent snapshot with match("Pipeline Stage" ,''Identified,'Discovery') that are not in the prior snapshot at all.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;The rule for a removed item is look at all the "Unique ID" 's in the prior snapshot with match("Pipeline Stage" ,''Identified,'Discovery') that are not in the current snapshot&amp;nbsp;at all.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I have attached how I manually did this in excel as well as the sample data records.&amp;nbsp; This is similar to&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Identify-removed-records/td-p/1922299" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Identify-removed-records/td-p/1922299&lt;/A&gt;&amp;nbsp;by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;with a bit of additional requirements on the look between snapshots.&amp;nbsp;&amp;nbsp;Any assistance would be appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 20:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/New-Removed-Records-between-two-Snapshots/m-p/1953088#M78599</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-07-18T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: New/Removed Records between two Snapshots</title>
      <link>https://community.qlik.com/t5/App-Development/New-Removed-Records-between-two-Snapshots/m-p/1966639#M79673</link>
      <description>&lt;P&gt;This was solved by using the P() and E() functions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/P-E-and-where-do-you-use-them/td-p/457847" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/P-E-and-where-do-you-use-them/td-p/457847&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;New (In Current not In Prior):&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Count(distinct {&amp;lt;[SortOrder]*={"$(=only(SelectedSortOrder))"},[Pipeline Stage]*={'Identified','Discovery'},[Unique ID]*=E({&amp;lt;SortOrder*={"$(=only(SelectedPriorSortOrder))"}&amp;gt;})&amp;gt;} [Unique ID])&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Removed (In Prior not In Current):&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Count(distinct {&amp;lt;[SortOrder]*={"$(=only(SelectedPriorSortOrder))"},[Pipeline Stage]*={'Identified','Discovery'},[Unique ID]*=E({&amp;lt;SortOrder*={"$(=only(SelectedSortOrder))"}&amp;gt;})&amp;gt;} [Unique ID])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/New-Removed-Records-between-two-Snapshots/m-p/1966639#M79673</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-08-09T15:37:12Z</dc:date>
    </item>
  </channel>
</rss>

