Join Slack
Powered by
Could somebody help with a formula to compare 2 fr...
# general
m
Maximiliano
05/07/2024, 6:17 PM
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
MySuite
05/07/2024, 6:18 PM
Does this article help?
https://mysuite.tech/blog/stringmatch.html
m
Maximiliano
05/07/2024, 6:33 PM
Yep great start.. thanks
b
Ben Barnett
05/07/2024, 10:27 PM
Copy code
CASE WHEN {yourfield1} = {yourfield2} THEN 'Yes' ELSE 'No' END
3
Views
Open in Slack
Previous
Next