<?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 Missing Records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Missing-Records/m-p/1761999#M58919</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an app which is a report comparing two different source systems and the GWP for each source system based off a number of dimensions.&lt;/P&gt;&lt;P&gt;One of the source systems assigns Policy Numbers in sequence.&amp;nbsp; Any gaps in range may indicate something has been missed.&amp;nbsp; How can I produce a table which essentially the missing numbers to indicate if there is a missing number? For example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PC00002, PC00003, PC00004, PC00006&lt;/STRONG&gt;. There would be a table which has a header of 'Missing Policies' and to show &lt;STRONG&gt;PC00005.&amp;nbsp; &lt;/STRONG&gt;From PC00001 to&amp;nbsp;the Max of the PolicyNumbers where the Source System = 'Acturis'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I am making sense, any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:49:19 GMT</pubDate>
    <dc:creator>QlikBeginner1</dc:creator>
    <dc:date>2024-11-16T17:49:19Z</dc:date>
    <item>
      <title>Missing Records</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-Records/m-p/1761999#M58919</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an app which is a report comparing two different source systems and the GWP for each source system based off a number of dimensions.&lt;/P&gt;&lt;P&gt;One of the source systems assigns Policy Numbers in sequence.&amp;nbsp; Any gaps in range may indicate something has been missed.&amp;nbsp; How can I produce a table which essentially the missing numbers to indicate if there is a missing number? For example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PC00002, PC00003, PC00004, PC00006&lt;/STRONG&gt;. There would be a table which has a header of 'Missing Policies' and to show &lt;STRONG&gt;PC00005.&amp;nbsp; &lt;/STRONG&gt;From PC00001 to&amp;nbsp;the Max of the PolicyNumbers where the Source System = 'Acturis'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I am making sense, any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-Records/m-p/1761999#M58919</guid>
      <dc:creator>QlikBeginner1</dc:creator>
      <dc:date>2024-11-16T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Records</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-Records/m-p/1762041#M58924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/74945"&gt;@QlikBeginner1&lt;/a&gt;&amp;nbsp;, check this please :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Record&lt;BR /&gt;PC00002&lt;BR /&gt;PC00003&lt;BR /&gt;PC00004&lt;BR /&gt;PC00006&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Record:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;1 as Exists&lt;BR /&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Let vMin = PurgeChar(peek('Record',0,'Record'),'PC');&lt;BR /&gt;Let vMax = PurgeChar(peek('Record',NoOfRows('Record')-1,'Record'),'PC');&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load&lt;BR /&gt;'PC' &amp;amp; num(recno(),'00000') as Record,&lt;BR /&gt;0 as Exists&lt;BR /&gt;autogenerate ($(vMax))&lt;BR /&gt;Where not exists(Record,'PC' &amp;amp; num(recno(),'00000') );&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 19:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-Records/m-p/1762041#M58924</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-16T19:25:56Z</dc:date>
    </item>
  </channel>
</rss>

