Moriah Kirkpatrick
01/31/2020, 10:13 PMCASE WHEN {fieldA} = {fieldB} THEN {name} ELSE Null END
However, the issue is that {fieldA} is a multi-select field. So, this only works if only one thing is selected in that field. Is there some sort of "contains" function I could add to this to say if {fieldA} contains whatever is selected in {fieldB}, then the correct value would be returned?Jenny
01/31/2020, 10:34 PMMoriah Kirkpatrick
01/31/2020, 10:48 PMChloë
02/01/2020, 12:38 AMMoriah Kirkpatrick
02/03/2020, 11:53 PM