<?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: Missing records in daily snapshot load (Full Load with Current Day -1 filter) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546981#M16151</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141158"&gt;@SachinB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your response,&lt;/P&gt;&lt;P&gt;For late-arriving records on the source side, the expectation is that they would be picked up in the next scheduled run. However, these records are not being captured in the target at all. We have validated this behavior with data from the past 3 months.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam Sundar.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 12:33:33 GMT</pubDate>
    <dc:creator>shyamkatika</dc:creator>
    <dc:date>2026-04-15T12:33:33Z</dc:date>
    <item>
      <title>Missing records in daily snapshot load (Full Load with Current Day -1 filter)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546966#M16146</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are facing an issue with missing records in the target and would like your guidance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;Scenario&lt;STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Source table has &lt;/SPAN&gt;huge volume of data&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The table &lt;/SPAN&gt;does not have a Primary Key&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Hence, we are using a &lt;/SPAN&gt;Full Load only task&lt;SPAN&gt; (no CDC)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;We are maintaining daily snapshots&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The job is scheduled to run every day at 8 AM&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Configuration:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Full Load passthrough filter:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;date_column = CURRENT_DATE - 1&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Task setting:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;“&lt;/SPAN&gt;&lt;/STRONG&gt;Do nothing&lt;STRONG&gt;&lt;SPAN&gt;”&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; (no truncate/drop)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Issue:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;We are observing &lt;/SPAN&gt;missing records in the target&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;It seems that some records for “yesterday” are getting inserted into the source &lt;/SPAN&gt;after 8 AM&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Since our filter strictly picks &lt;/SPAN&gt;&lt;SPAN&gt;CURRENT_DATE - 1&lt;/SPAN&gt;&lt;SPAN&gt;, those late-arriving records are &lt;/SPAN&gt;not captured in subsequent runs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 11:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546966#M16146</guid>
      <dc:creator>shyamkatika</dc:creator>
      <dc:date>2026-04-15T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing records in daily snapshot load (Full Load with Current Day -1 filter)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546970#M16148</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/239109"&gt;@shyamkatika&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;When your job runs at 8 AM today, it pulls everything timestamped &lt;STRONG data-index-in-node="73" data-path-to-node="4"&gt;Yesterday&lt;/STRONG&gt;. If a record for Yesterday is delayed in a source pipeline and finally hits the source table at 10 AM Today, your tomorrow run won't see it (because tomorrow's run looks for today's data), and your today's run has already finished.&lt;BR /&gt;&lt;BR /&gt;Instead of fetching exactly one day, fetch a &lt;STRONG data-index-in-node="45" data-path-to-node="8"&gt;lookback window&lt;/STRONG&gt; (e.g., the last 2 or 3 days)&lt;BR /&gt;&lt;SPAN&gt;CURRENT_DATE -&amp;nbsp;2 or&amp;nbsp;CURRENT_DATE -&amp;nbsp;3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you are using "Do nothing" (Append), this will create &lt;STRONG data-index-in-node="71" data-path-to-node="9,1,0"&gt;duplicates&lt;/STRONG&gt; every single day&lt;BR /&gt;&lt;BR /&gt;If you can influence the source or have a metadata column, don't filter by &lt;CODE data-index-in-node="75" data-path-to-node="11"&gt;date_column&lt;/CODE&gt;. Instead, use a &lt;CODE data-index-in-node="103" data-path-to-node="11"&gt;load_timestamp&lt;/CODE&gt; (the time the record actually hit the source table).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can filter&amp;nbsp;load_timestamp &amp;gt;= (Time of last successful run)&lt;/P&gt;
&lt;P&gt;This captures records based on when they arrived, regardless of what calendar date is written in their &lt;CODE data-index-in-node="117" data-path-to-node="12,1,0"&gt;date_column&lt;/CODE&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546970#M16148</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-15T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing records in daily snapshot load (Full Load with Current Day -1 filter)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546981#M16151</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141158"&gt;@SachinB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your response,&lt;/P&gt;&lt;P&gt;For late-arriving records on the source side, the expectation is that they would be picked up in the next scheduled run. However, these records are not being captured in the target at all. We have validated this behavior with data from the past 3 months.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam Sundar.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 12:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546981#M16151</guid>
      <dc:creator>shyamkatika</dc:creator>
      <dc:date>2026-04-15T12:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing records in daily snapshot load (Full Load with Current Day -1 filter)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546996#M16152</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/239109"&gt;@shyamkatika&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The reason those records haven't been captured for the last 3 months is that &lt;STRONG data-index-in-node="77" data-path-to-node="1"&gt;your filter logic creates a "blind spot."&lt;/STRONG&gt; In your current setup, each day is a one-time-only opportunity for a record to be moved. If a record isn't there at 8:00:00 AM, it misses the bus, and the next bus (the next day) doesn't go back to pick it up.&lt;BR /&gt;&lt;BR /&gt;You have to apply or implement the logic that we have suggested earlier.&lt;BR /&gt;&lt;BR /&gt;Let us know if you need any additional information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin B&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 14:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Missing-records-in-daily-snapshot-load-Full-Load-with-Current/m-p/2546996#M16152</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-15T14:02:04Z</dc:date>
    </item>
  </channel>
</rss>

