spartacus
28th July 2003, 14:42
I have a problem rounding a value up to 2 digits after decimalpoint with the domain adjustments. The value is always cut after two digits (==> attachment).
It should be possible to do the rounding without using the
round() Funktion. How is it possible ?
Spartacus
baan_fun
28th July 2003, 15:17
Hi
do you use any rounding fucntions in the program script?
estotz
28th July 2003, 15:19
For your totalling field, why not set the field to a different domain. You could also define a temporary field that calculates the total, and then a display field that has the domain that you want.
I would simply use a different domain for your totalling field. It should have the same domain as the ones you are creating the total (i.e. four significant digits) with. You can display it differently than the domain using the picture in the form.