Skip to main content
Announcements
Qlik and Talend Support Cases are now opened in the same place.

Qlik Replicate: Filter does not work for full load

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
DesmondWOO
Support
Support

Qlik Replicate: Filter does not work for full load

Last Update:

Jul 2, 2024 6:23:16 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 2, 2024 6:03:43 AM

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.

Resolution

It is important to understand how the filter works in the Qlik Replicate process:

Filter Conditions: The filter statement is added directly to the query that retrieves data from the source table.

For example:

Filter Conditions.png

Qlik Replicate performs following query to retrieve records.

[SOURCE_UNLOAD]T: SELECT [id],[c1],[ts] FROM [dbo].[des2] WHERE ([id] = 1)

In this case, only the record with id = 1 would be returned from the source table, and the "Transferred Count" would show 1.

Transferred Count.png

Record Selection Condition: Qlik Replicate retrieves all records from the source table and then performs the filtering within the Qlik Replicate process itself. 

For example, 

Record Selection Condition.png

Qlik Replicate performs following query to retrieve records.

[SOURCE_UNLOAD ]T: SELECT [id],[c1],[ts] FROM [dbo].[des2]

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.

Transferred Count Image 2.png

Only one record is transferred to the target. Other records are skipped:

[TARGET_LOAD ]I: Load finished for table 'dbo'.'des2' (Id = 1). 200 rows received. 199 rows skipped. Volume transferred 80000.

Environment

  • Qlik Replicate All versions
Labels (1)
Version history
Last update:
‎2024-07-02 06:23 AM
Updated by: