Solved
Forum Discussion
anubhav_nautiya
6 years agoContributor
can you use the exact expressions which I provided in my previous comments, and see if that works for you, I dont think you can pass multiple arguments in contains method
ruchi_pandey
6 years agoNew Contributor II
I solved this issue actually…
I gave this exp and it worked.
($DIFF_REC_COUNT<0) && (_PIPELINE_NAME.contains(‘PERSON_TYPE_ODS’)|| _PIPELINE_NAME.contains(‘PERSON_CITIZENSHIP_ODS’)|| _PIPELINE_NAME.contains(‘PERSON_LANGUAGE_ODS’) )
THanks for your quick response though… 🙂
- anubhav_nautiya6 years agoContributor
Great, issue was passing multiple arguments in contains fucntion.
- ruchi_pandey6 years agoNew Contributor II
u r right!