<?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: How do you know if Passthru filter is working? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416476#M9333</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/237903"&gt;@JGRFCU&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You may also enable verbose logging on SOURCE_UNLOAD. The whole SQL statement will be printed in the task log.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 09:20:07 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2024-02-08T09:20:07Z</dc:date>
    <item>
      <title>How do you know if Passthru filter is working?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416287#M9321</link>
      <description>&lt;P&gt;I have full load task with an Oracle source going to a Snowflake target, but I only want to load the last 7 days of data.&amp;nbsp; I have updated the config file with&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"enable_passthrough_filter": true and my filter condition is&amp;nbsp;EFFDATE &amp;gt;= trunc(CURRENT_DATE - 7 ).&amp;nbsp; However, when I run the task the estimated count of records to load is the entire table (400 million+ rows), as if it is not being filtered.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When I query the record count from the source using the same condition, it's only about 3 million rows.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;How do I know that the passthru filter is working?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 22:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416287#M9321</guid>
      <dc:creator>JGRFCU</dc:creator>
      <dc:date>2024-02-07T22:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if Passthru filter is working?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416288#M9322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/237903"&gt;@JGRFCU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The estimated count is just that - based on stats in the table. If you did run the where clause and got the real count then that will work in the task.&lt;/P&gt;
&lt;P&gt;Once the task completes you should see the completed row count as equal to your direct query with the "filter" where clause.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;MIchael&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 22:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416288#M9322</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2024-02-07T22:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if Passthru filter is working?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416295#M9323</link>
      <description>&lt;P&gt;Thank you Michael!&amp;nbsp; I let the task run to completion and got the expected number of filtered rows.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 23:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416295#M9323</guid>
      <dc:creator>JGRFCU</dc:creator>
      <dc:date>2024-02-07T23:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if Passthru filter is working?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416303#M9324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/237903"&gt;@JGRFCU&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is great. Good job enabling and using the Pass Through feature.&lt;/P&gt;
&lt;P&gt;One other thing I though of is whether you will be doing CDC with this table. If so you need to add the equivalent filter on the record selection to filter any changes that come through - other wise you may get some record not found errors if source records are updated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 23:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416303#M9324</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2024-02-07T23:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if Passthru filter is working?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416476#M9333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/237903"&gt;@JGRFCU&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You may also enable verbose logging on SOURCE_UNLOAD. The whole SQL statement will be printed in the task log.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 09:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/m-p/2416476#M9333</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-02-08T09:20:07Z</dc:date>
    </item>
  </channel>
</rss>

