How to set format mask for number value
539772Jul 22 2008 — edited Jul 22 2008Hi all,
How to set format mask for number value. The following is an example:
For 0.618865551 the output should be 0.61. Irrespective of the number of digits after the decimal point I need to display only 2 decimal places.
I tried by using to_number function but it not work.
Your help would be more appreciated.