Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
chandraprakash_j_volvo
Contributor III
Contributor III

Filter condition in full load pass thru in qlik replicate

I want to limit the number of records during full load.

So in full load pass thru I am using filter condition for "ID" column.

But it gives error with ORA-00908: missing NULL keyword 

chandraprakash_j_volvo_0-1702031543870.png

What mistake i am doing here?

Labels (4)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @chandraprakash_j_volvo ,

Thanks for reaching out to Qlik Community!

Would you try the express: ID = 'abc' in "Fullload Passthrough Filter"?

If you still face any error, please turn on SOURCE_UNLOAD to Verbose and check the SQL Statements in task log file to understand why the expression failed.

Hope this helps.

Regards,

John.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

2 Replies
chandraprakash_j_volvo
Contributor III
Contributor III
Author

Even I have tried with

$ID = 'abc'. it gave ORA-00911: invalid character  as an error

john_wang
Support
Support

Hello @chandraprakash_j_volvo ,

Thanks for reaching out to Qlik Community!

Would you try the express: ID = 'abc' in "Fullload Passthrough Filter"?

If you still face any error, please turn on SOURCE_UNLOAD to Verbose and check the SQL Statements in task log file to understand why the expression failed.

Hope this helps.

Regards,

John.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!