HI There,
I have first column Confidentiality Natur (Text Col) to check for value "2" OR "3" and second column Nature Confidentialite not empty then it should result OK or NO
Below is the one I am trying but get "
IF Contains([Confidentiality nature],"2" OR "3") AND !IsEmpty ([Nature confidentialite]) THEN "OK" ELSE "NO" ENDIF
But it gives Call function error. Any help ?