i am trying to compare 2 fields. not sure what i am missing but i am not getting the correct result.
if Contains([Field2], ([Field1])) then 'YES' ELSE 'NO' ENDIF
Field1 Field2 RESULT
114627 114627@74945@@97564@@@@@@@@@ YES
11 1@2@0 NO
6 6560@752925@823142@629206@644744 YES
Appreciate your help!!!!
Solved! Go to Solution.
@geeksqaud
What is the correct result?
if you look at last 2 records
11 1@2@0 NO
6 6560@752925@823142@629206@644744 NO
i want 'YES' if it is an exact match like record 1
114627 114627@74945@@97564@@@@@@@@@ YES
Sorry @geeksqaud just read your new comments. Like so?