Could somebody help with a formula to compare 2 fr...
# general
m
Could somebody help with a formula to compare 2 free form text fields value and if the same then yes else no.. value of the 2 fields would be something like 123233-3 and 123233-4
m
m
Yep great start.. thanks
b
Copy code
CASE WHEN {yourfield1} = {yourfield2} THEN 'Yes' ELSE 'No' END