Dear, Need you help !
I’m trying to compare 2 text fields in a search to retrieve the difference.
Is there a formula that can retrieve that difference ?
Thank you for your help
m
Marc
06/28/2023, 1:49 PM
Use this
CASE WHEN {field1} = {field2} THEN 'Match' ELSE 'No Match' END
Marc
06/28/2023, 1:49 PM
Or LENGTH({field1}) - LENGTH({field2})
Marc
06/28/2023, 1:50 PM
If you need to compare the contents of two fields in a more complex way (e.g., finding which specific characters differ), you’ll likely need to use a script for that.
Marc
06/28/2023, 1:55 PM
As du falafel
w
Walid Houry
06/29/2023, 1:40 PM
Can a map reduce resolve this error @Marc ?
What’s the job taitol?