Hello,
I am using translate function in my Data services as below but it doesn't work. I am actually want to replace all numerics in my string with blank. Neither it throws any error nor it updates the value.
Please help.
Translate(table.field, '1234567890', '')
Regards