Question Regarding "contains()" formula
I have a set of CATA data where the nominal data looks like column "Data" below. I'm attempting to create an additional column for each selection (like "Answer 1, Answer 2, etc. below) where "0" = not found in the list and "1"= found. Here is my formula: Contains( :Name( "Data" ), "1" ) > 0However, it is picking up the number 1 from an 11 and is returning a "1" response for...