How to format number on EBS 12.1.3?
I just want to display numbers like 80.00, but excel output displays as 80 instead.
I've tried the instruction on -
and tried -
1) Oracle Number Format Mask
<?format-number:fieldname;’999G999D99’?>
It errored out.
2) Microsoft Number Format Mask
No error, but didn't perform the conversion.
Any switches do we need to turn on in order to have this thing working?