Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have one extract json file and there I can see fl_passthru_filter condition but when I am checking the same condition on UI interface I am not able find it under filter condition. Where I can modify this condition.
Hello Arun,
Thank you for you reply. But I am using QlikReplicate on my Mac and I didn't hold the CLTR key while clicking on table setting tab.
Regards,
Suraj
Thank you for your post to the QDI Forums. Here is information from the Web on the keyboard mapping for Mac and Windows for the Control Key to depress and hold down the command key (Mac) before you double click on the Table from Designer keeping the key depressed until you open the Table from the Select Table list in the Task. And then click on Filter as this process should show the Passthru Filter.
Regards,
Bill Steinagle
Hi @surajyadav
Full load pass through filter modifies the select statement run at the source during full load so only the relevant records are returned. Regular filtering performs a select * on the table, returning all rows, then the filter is applied after the data arrives at the Replicate server.
As such, full load filter can perform better - but it only affects the full load phase of the task. The regular filter affects both full load and CDC phases of the task. You can use both at the same time to cover full load & CDC phases.
Thanks,
Dana
Hello @surajyadav
Thanks for reaching out to Qlik Community Support
Please confirm if you held down the CLTR key when you clicked the table settings tab. That is needed to bring up the filter window when you click the filters.
Regards
Arun
Hello Arun,
Thank you for you reply. But I am using QlikReplicate on my Mac and I didn't hold the CLTR key while clicking on table setting tab.
Regards,
Suraj
Hello @surajyadav ,
I believe we should test that scenario. Is it running on Mac OS?
I'm uncertain about Replicate's official support for Mac OS. Let's also gather input from other experts. Cheers!
Regards
Arun
Thank you for your post to the QDI Forums. Here is information from the Web on the keyboard mapping for Mac and Windows for the Control Key to depress and hold down the command key (Mac) before you double click on the Table from Designer keeping the key depressed until you open the Table from the Select Table list in the Task. And then click on Filter as this process should show the Passthru Filter.
Regards,
Bill Steinagle
Thank you for the reply. I am able to resolved it and find this solution very useful. Can you please give me more information on this feature and what is the exact difference between Fullload passthru filter and normal filter ?
Hi @surajyadav
Full load pass through filter modifies the select statement run at the source during full load so only the relevant records are returned. Regular filtering performs a select * on the table, returning all rows, then the filter is applied after the data arrives at the Replicate server.
As such, full load filter can perform better - but it only affects the full load phase of the task. The regular filter affects both full load and CDC phases of the task. You can use both at the same time to cover full load & CDC phases.
Thanks,
Dana
Hello team,
If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.
Regards,
Sushil Kumar