Hi,
I have column Number datatype.
Which hold number like this 12,345,678
I need to format it as 12 345 678 which means need to replace comma(,) with space.
Please help me how can I format the same, tried with REPLACE(column_name, ',','') but not working.
I am using OBIEE Version 12.2.1.2
Regards,
Mahesh