I’m trying to do string comparisons in a formula b...
# suitescript
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
I’m always getting ‘Unknown’ even when there is a first name