I need to replace "-" in a column.
I am working indatabase, so i am using formula tool, but it not works.
Replace([RUT],"-","")
There is another way to replace?
Hola @FMALLEA
What's your database? Oracle or SQL?
You need to use the sintaxe of your database.
For example Oracle
SELECT REPLACE('JACK and JUE','J','BL') "Changes" FROM DUAL;
SQL
SELECT REPLACE('abcdefghicde','cde','xxx'); GO
sql..
but still not work
Can you share with us any images to analyze?
Are you get any error?
Hola @FMALLEA. ¿Lograste resolver tu problema o aún necesitas ayuda?