Rounding of Rate Records
We want the following setup in rate records:
=================================
1. Truncate after 3 decimal.
For example,
2.34325 should be 2.343
8.7489 should be 8.748
2. Rounding up at 1st decimal point.
If 1st decimal is less than 5, rounding up to .5 at 1st decimal. Like, 30.2 should be 30.5.
If 1st decimal is greater than or equal to 5, rounding up to next whole number and make 0 at 1st decimal. Like, 30.5 should be 31.0.
Please let me know how to achieve the above functionalities in OTM.
Thanks,
Dilip