Hi guys,
I have a form containing many different prices. At the end there is a field
which sums up all of them and gives you the total price.
All fields are data type double. If I sum up a few of them like 0.45, 0.45,
0.40 and 0.95 I get this as result: 2.600000000
Often times I even get 2.6000001 or so. I know that I can format the number
in the text box of the total price but this does not modify the xml. So, any
suggestions how to get rid of the many decimals (most of them being 0) so
that the above gets displayed like "2.6"?
Thanks to all of you,
Martin
S.Y.M. Wong-A-Ton - 21 Apr 2006 15:59 GMT
Search this newsgroup for a post with the title "Incorrect results in
Infopath calculation - might be a bug?". There Bojana Marjanovic [MSFT]
explained why this occurs.
---
S.Y.M. Wong-A-Ton
> Hi guys,
>
[quoted text clipped - 11 lines]
>
> Martin