<?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: Creating Filters for table replication in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463895#M11614</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201263"&gt;@williamp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;can you please go thru the below link&amp;nbsp; and try out the passthru filter&lt;BR /&gt;&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case if still issue persist , please enable SOURCE_UNLOAD to Verbose&amp;nbsp; and perform a reload and from the logs you could see the Select query which is generated by the replicate.&lt;/P&gt;
&lt;P&gt;Validate the Select query or run them manually on the database and check out the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 14:25:02 GMT</pubDate>
    <dc:creator>aarun_arasu</dc:creator>
    <dc:date>2024-06-19T14:25:02Z</dc:date>
    <item>
      <title>Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463591#M11601</link>
      <description>&lt;P&gt;I've been working on adding filters to our replication but found the Expression Builder is lacking proper explanation. I've written code that should work for SQLite and messed around with different formatting but it doesn't seems to work.&lt;BR /&gt;&lt;BR /&gt;I am trying to test the filter below in one of my tables. I've written it a few different ways in the Expression Builder but it doesn't seem to output correctly. How should I be writing this expression?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;select * from TABLENAME where GETTIME &amp;gt;= ‘2024-01-01’&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 18:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463591#M11601</guid>
      <dc:creator>williamp</dc:creator>
      <dc:date>2024-06-18T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463655#M11603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201263"&gt;@williamp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Qlik Community.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try the following expression and let me know if it works.&lt;BR /&gt;&lt;BR /&gt;date($&lt;SPAN&gt;GETTIME&lt;/SPAN&gt;) &amp;gt;= '2024-01-01'&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 02:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463655#M11603</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-06-19T02:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463853#M11612</link>
      <description>&lt;P&gt;It looks like the expression builder accepts that. &lt;BR /&gt;&lt;BR /&gt;Though, when put into the table filter the reload still ends up loading all the rows instead of just the ones that match the condition.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 12:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463853#M11612</guid>
      <dc:creator>williamp</dc:creator>
      <dc:date>2024-06-19T12:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463895#M11614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201263"&gt;@williamp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;can you please go thru the below link&amp;nbsp; and try out the passthru filter&lt;BR /&gt;&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case if still issue persist , please enable SOURCE_UNLOAD to Verbose&amp;nbsp; and perform a reload and from the logs you could see the Select query which is generated by the replicate.&lt;/P&gt;
&lt;P&gt;Validate the Select query or run them manually on the database and check out the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 14:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463895#M11614</guid>
      <dc:creator>aarun_arasu</dc:creator>
      <dc:date>2024-06-19T14:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463912#M11617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201263"&gt;@williamp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please check the actual number of rows in the target table, rather than relying solely on the statistics displayed in the Replicate console. When using the expression builder, the filtering process is handled by Replicate. This means Replicate retrieves all records from the source table and then do filtering. That's why the console shows the number is same as the source table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If your filter statement is simple, I would suggest defining it in the "Filter Conditions" for better performance.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 14:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463912#M11617</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-06-19T14:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filters for table replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463916#M11619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201263"&gt;@williamp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In addition to checking the number of rows in the target table, you can also check the task log. For example,&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-align-left"&gt;[SOURCE_UNLOAD ]I: Unload finished for table 'dbo'.'des2' (Id = 1). 360 rows sent.&amp;nbsp;&lt;BR /&gt;[TARGET_LOAD ]I: Load finished for table 'dbo'.'des2' (Id = 1). 360 rows received. 0 rows skipped. Volume transferred 144000.&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;You can view the number of records retrieved from the source table and the number of records applied to the target table.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 15:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Creating-Filters-for-table-replication/m-p/2463916#M11619</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-06-19T15:03:08Z</dc:date>
    </item>
  </channel>
</rss>

