Hello,
the task seems to be simple but we are struggling to create a calculated field which replaces the value of another field.
For example we have the field "phone" with the value "+49 (30) 1234 - 56". We want to have the calculated field with the value "4930123456" (without any special chars and spaces).
We found this formula: REPLACE ("+1 923 456 4971", "[^0-9]", "", true)
Unfortunately we just get the error: The formula contains an invalid reference: true
Any ideas what we are missing?
Thank you!
Hannes