Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: StavenHi there,
For the following I wasn't able to find an existing answer on the forum.
I'm wondering if the following is possible using a correct syntax:
replace(Stringfieldwithnumbers, list(".", ","), "")
I have a string field containing a combination of numbers, points and decimals. Instead of having to use the replace function over and over, is there a way to hold a list of characters against a field and replace those characters with the specified replacement with a simple function (combination)?
Thank you