I have a column Units and some of the values in this column are with 4 decimals.
for eg the values are :2.4561, 125, -123.78
The requirement is to convert all the numbers in this column to show with 4 decimals.
eg:2.4561, 125.0000. (123.7800)
How can I achieve this
Thanks in advance.
Deepika
for eg the values are :2.4561, 125, -123.78
The requirement is to convert all the numbers in this column to show with 4 decimals.
eg:2.4561, 125.0000. (123.7800)
How can I achieve this
Thanks in advance.
Deepika