Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You can solve this with nested replace(), like this:
replace(replace(replace ([feild],'a','v'), 'b','v'), 'c','v')
It might be more pretty to fix this in the script. I the script you can solve this using the nested replace() as shown above, but there I would prefer using a mapsubstring().
You can solve this with nested replace(), like this:
replace(replace(replace ([feild],'a','v'), 'b','v'), 'c','v')
It might be more pretty to fix this in the script. I the script you can solve this using the nested replace() as shown above, but there I would prefer using a mapsubstring().