<?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: Passthru filter not working in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510725#M13910</link>
    <description>&lt;P&gt;here are some article that should help :&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;https://community.qlik.com/t5/Official-Support-Articles/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Enable-Passthrough-Filter-on-Replicate/td-p/1993506" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Enable-Passthrough-Filter-on-Replicate/td-p/1993506&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/td-p/2416287" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/td-p/2416287&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 20:22:52 GMT</pubDate>
    <dc:creator>Steve_Nguyen</dc:creator>
    <dc:date>2025-03-19T20:22:52Z</dc:date>
    <item>
      <title>Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510724#M13909</link>
      <description>&lt;P&gt;I need to add a passthru filter on full load only task to load incremental data everyday. I tried few expressions but nothing is working. The source is aws rds postgres.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$created_at &amp;gt; current_date - interval '1' day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$START_TRAN_DATE &amp;gt;= DateTime('Now', 'LocalTime', '-1 Day')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510724#M13909</guid>
      <dc:creator>vabclb</dc:creator>
      <dc:date>2025-03-19T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510725#M13910</link>
      <description>&lt;P&gt;here are some article that should help :&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;https://community.qlik.com/t5/Official-Support-Articles/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Enable-Passthrough-Filter-on-Replicate/td-p/1993506" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Enable-Passthrough-Filter-on-Replicate/td-p/1993506&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/td-p/2416287" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/How-do-you-know-if-Passthru-filter-is-working/td-p/2416287&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510725#M13910</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2025-03-19T20:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510726#M13911</link>
      <description>&lt;P&gt;this is what I got from those links and it didn't work&lt;/P&gt;&lt;P&gt;$last_updated_timestamp &amp;gt;= trunc(CURRENT_DATE - 1)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2510726#M13911</guid>
      <dc:creator>vabclb</dc:creator>
      <dc:date>2025-03-19T20:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511106#M13924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214787"&gt;@vabclb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;How about if you remove the prefix "$" unless it's part of the real column name.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 14:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511106#M13924</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-03-23T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511110#M13925</link>
      <description>&lt;P&gt;I forgot to update this, yeah, I thought that the variable should be called, but on friday, I hardcoded the column name and it worked. thx&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 15:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511110#M13925</guid>
      <dc:creator>vabclb</dc:creator>
      <dc:date>2025-03-23T15:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511134#M13928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214787"&gt;@vabclb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for your great support!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 23:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Passthru-filter-not-working/m-p/2511134#M13928</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-03-23T23:44:19Z</dc:date>
    </item>
  </channel>
</rss>

