Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
i have a field that i imported called A which is a string and written like that 3,5689548.
i need to convert it to a number & to replace the comma with a dot.
so can anyone help plz
Hi,
Try this,
Num(Num#(FieldName,'###,##',','),'###.##','.')
Celambarasan