<?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>article Qlik Replicate: Filter does not work for full load in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Filter-does-not-work-for-full-load/ta-p/2464889</link>
    <description>&lt;P&gt;Despite defining a filter in the table setting for the full load, the "Transferred Count" column in Qlik Replicate Console GUI indicates that all records are transferred from the source table to the target side. The filter criteria have been thoroughly reviewed and no issues have been identified. It appears that the Replicate process is not filtering the records as expected.&lt;/P&gt;
&lt;H3 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;It is important to understand how the filter works&amp;nbsp;in the Qlik&amp;nbsp;Replicate process:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Filter Conditions&lt;/STRONG&gt;: The filter statement is added directly to the query that retrieves data from the source table. &lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter Conditions.png" style="width: 433px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168744i585D20287525800D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Filter Conditions.png" alt="Filter Conditions.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik&amp;nbsp;Replicate performs following query to retrieve records.&lt;/P&gt;
&lt;PRE&gt;[SOURCE_UNLOAD]T: SELECT [id],[c1],[ts] FROM [dbo].[des2] WHERE ([id] = 1)&lt;/PRE&gt;
&lt;P&gt;In this case, only the record with id = 1 would be returned from the source table, and the "Transferred Count" would show 1.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transferred Count.png" style="width: 923px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168745iEB367644DD1579B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Transferred Count.png" alt="Transferred Count.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Record Selection Condition&lt;/STRONG&gt;: Qlik&amp;nbsp;&lt;SPAN&gt;Replicate retrieves all records from the source table and then performs the filtering within the Qlik&amp;nbsp;Replicate process itself.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example,&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Record Selection Condition.png" style="width: 441px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168746i01B9AD666445455A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Record Selection Condition.png" alt="Record Selection Condition.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik&amp;nbsp;Replicate performs following query to retrieve records.&lt;/P&gt;
&lt;PRE&gt;[SOURCE_UNLOAD ]T: SELECT [id],[c1],[ts] FROM [dbo].[des2]&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Since all records are initially collected, the "Transferred Count" will show the total number of records (e.g. 200 for this example) from the source table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transferred Count Image 2.png" style="width: 926px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168747iC2C95A5BEDABC41F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Transferred Count Image 2.png" alt="Transferred Count Image 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Only one record is transferred to the target. Other records are skipped:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[TARGET_LOAD ]I: Load finished for table 'dbo'.'des2' (Id = 1). 200 rows received. 199 rows skipped. Volume transferred 80000.&lt;/FONT&gt;&lt;/P&gt;
&lt;H3 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate All versions&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 Jul 2024 10:23:16 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2024-07-02T10:23:16Z</dc:date>
    <item>
      <title>Qlik Replicate: Filter does not work for full load</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Filter-does-not-work-for-full-load/ta-p/2464889</link>
      <description>&lt;P&gt;Despite defining a filter in the table setting for the full load, the "Transferred Count" column in Qlik Replicate Console GUI indicates that all records are transferred from the source table to the target side. The filter criteria have been thoroughly reviewed and no issues have been identified. It appears that the Replicate process is not filtering the records as expected.&lt;/P&gt;
&lt;H3 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;It is important to understand how the filter works&amp;nbsp;in the Qlik&amp;nbsp;Replicate process:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Filter Conditions&lt;/STRONG&gt;: The filter statement is added directly to the query that retrieves data from the source table. &lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter Conditions.png" style="width: 433px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168744i585D20287525800D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Filter Conditions.png" alt="Filter Conditions.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik&amp;nbsp;Replicate performs following query to retrieve records.&lt;/P&gt;
&lt;PRE&gt;[SOURCE_UNLOAD]T: SELECT [id],[c1],[ts] FROM [dbo].[des2] WHERE ([id] = 1)&lt;/PRE&gt;
&lt;P&gt;In this case, only the record with id = 1 would be returned from the source table, and the "Transferred Count" would show 1.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transferred Count.png" style="width: 923px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168745iEB367644DD1579B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Transferred Count.png" alt="Transferred Count.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Record Selection Condition&lt;/STRONG&gt;: Qlik&amp;nbsp;&lt;SPAN&gt;Replicate retrieves all records from the source table and then performs the filtering within the Qlik&amp;nbsp;Replicate process itself.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example,&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Record Selection Condition.png" style="width: 441px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168746i01B9AD666445455A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Record Selection Condition.png" alt="Record Selection Condition.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik&amp;nbsp;Replicate performs following query to retrieve records.&lt;/P&gt;
&lt;PRE&gt;[SOURCE_UNLOAD ]T: SELECT [id],[c1],[ts] FROM [dbo].[des2]&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Since all records are initially collected, the "Transferred Count" will show the total number of records (e.g. 200 for this example) from the source table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transferred Count Image 2.png" style="width: 926px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168747iC2C95A5BEDABC41F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Transferred Count Image 2.png" alt="Transferred Count Image 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Only one record is transferred to the target. Other records are skipped:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[TARGET_LOAD ]I: Load finished for table 'dbo'.'des2' (Id = 1). 200 rows received. 199 rows skipped. Volume transferred 80000.&lt;/FONT&gt;&lt;/P&gt;
&lt;H3 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate All versions&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Filter-does-not-work-for-full-load/ta-p/2464889</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-07-02T10:23:16Z</dc:date>
    </item>
  </channel>
</rss>

