<?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: add filter to CDC in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2492883#M13189</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, I ever summarized for you in article &lt;A title="Pass thru filter" href="https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Pass thru filter&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 04:11:45 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-11-15T04:11:45Z</dc:date>
    <item>
      <title>add filter to CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2041169#M5104</link>
      <description>&lt;P&gt;Looking for recommendation, how to do an &lt;STRONG&gt;&lt;EM&gt;incremental&lt;/EM&gt; &lt;/STRONG&gt;load of a large table from oracle to snowflake.&lt;/P&gt;
&lt;P&gt;We are using qlik replicate version 2022.11.0.208&lt;/P&gt;
&lt;P&gt;I would like to performe a &lt;EM&gt;&lt;STRONG&gt;one-time&lt;/STRONG&gt;&lt;/EM&gt; full load with daily &lt;EM&gt;&lt;STRONG&gt;incremental&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;The incremental load would use a WHERE clause to select changed rows.&lt;/P&gt;
&lt;P&gt;Select'ing only rows that have changed or are new within the last day. I am using the Oracle coalesce function to return the first not null date, then checking if its new within the last day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; where coalesce(last_updated, created_date) &amp;gt; sysdate -1&lt;/P&gt;
&lt;P&gt;I am struggling to figure out how to enter this &lt;EM&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/EM&gt; clause in the:&amp;nbsp; "T&lt;EM&gt;&lt;STRONG&gt;able Settings&lt;/STRONG&gt;&lt;/EM&gt;" | "&lt;EM&gt;&lt;STRONG&gt;Filter&lt;/STRONG&gt;&lt;/EM&gt;" option on QLIK replicate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advise on the best approach.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;-Dave&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 23:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2041169#M5104</guid>
      <dc:creator>david_lange</dc:creator>
      <dc:date>2023-02-22T23:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: add filter to CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2041173#M5105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/61499"&gt;@David&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here is a link to a knowledge article on how to use filtering in Qlik Replicate. The pass through filter is for full load only, but the record selection method also works with CDC:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761" target="_blank"&gt;Filter for last 90 days of data in Qlik Replicate - Qlik Community - 1880761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another option you might consider if it meets your use case, is to simply resume the task once per day when you want the new records applied. Qlik Replicate will read the source redo / archive logs and apply any updates/inserts/deletes since it last ran, this is the default behavior when change processing is enabled. One downside to this approach is it will apply changes until all are applied or until you stop the task again - so if you want it to only apply changes up to a certain point then this won't work for you.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 23:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2041173#M5105</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-02-22T23:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: add filter to CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2492874#M13186</link>
      <description>&lt;P&gt;Does record selection works for full load + cdc task.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 03:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2492874#M13186</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2024-11-15T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: add filter to CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2492883#M13189</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, I ever summarized for you in article &lt;A title="Pass thru filter" href="https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Pass thru filter&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 04:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2492883#M13189</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-11-15T04:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: add filter to CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2493044#M13191</link>
      <description>&lt;P&gt;Hmm, it appears you do NOT want to use the CDC function. That seems odd.&lt;/P&gt;
&lt;P&gt;CDC could collect changes ongoing potentially reducing the load on the source. I wrote potentially because you might only be interested in a smaller subset of tables form the source and scanning those may be more efficient thank monitoring the redo/arch log all day.&lt;/P&gt;
&lt;P&gt;I could also see that one desires a stable consistent daily snapshot versus ongoing changes during the day.&lt;/P&gt;
&lt;P&gt;Please consider using CDC to a helper table on target with 'apply changes' and error handling set to ignore duplicates and insert if not exist on update.&lt;/P&gt;
&lt;P&gt;Or use the store changes method to __ct tables.&lt;/P&gt;
&lt;P&gt;For either method run a daily script on target to move from helper/__CT tables to main tables deleting/truncating/recreating helper tables as you see fit.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/add-filter-to-CDC/m-p/2493044#M13191</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-11-16T17:45:16Z</dc:date>
    </item>
  </channel>
</rss>

