I’m trying to do string comparisons in a formula b...
# suiteanalytics
j
I’m trying to do string comparisons in a formula but it’s always coming out to false, for example
CASE WHEN {firstname} != '' THEN {firstname} ELSE 'Unknown' END