Hi,
I am looking to use a calculation stage to replace all "å, ä, ö" letters in a text data item with "a, o":s. Is there any simple/ready made functionality for this?
Br,
Maria
Multiple Calculatuon Stage:
Replace([String],""å"",""a"") - Store back to String
Replace([String],""ä"",""a"") - Store back to String
Replace([String],""ö"",""o"") - Store back to String
- Tom.