Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
What mistake i am doing here?
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.
Even I have tried with
$ID = 'abc'. it gave ORA-00911: invalid character as an error
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.