BIP : Decimal number Rounding Issue
Rounding Issue in Decimal Numbers
XMLP
Problem:
The field is PaymentAmount/Value*100 and for a value of 8397.71 the result is comming out as 839770.
Solution:
?(round((8397.71)*10000) div 100)? == gets you 839771
Well its not the solution , but a workaround to get it done.
BIP Fix not yet available.
XMLP
Problem:
The field is PaymentAmount/Value*100 and for a value of 8397.71 the result is comming out as 839770.
Solution:
?(round((8397.71)*10000) div 100)? == gets you 839771
Well its not the solution , but a workaround to get it done.
BIP Fix not yet available.
Comments