I have a form where I need to multiply a dollar value(Grand total) x a qty. to get an Extended Total. Under my calucation tab I have the product(x) selected and have defined the two fields I want to multiply. My problem is the extended total is not calculating the same as what I get on my calculator. I don't think it is rounding up my Extended Total.
For Example:
Grand Total = $87.26
x Qty 387
Extended Total = $33,768.41 (On my caculator the answer is $33,769.62)
Why am I getting two different answers?
If you are computing your price, use JavaScirpt "util.printf()" method to round the computed value to 2 decimal places.
George Kaiser