I have a totals field that is summing several fields. I wish to have
this totals field provide a rounded sum. I've tried setting the trailing
digits to 0 but it will not round up, only round down. I have a display
pattern for the field of num{($z,zzz,zz9.99)} . Example 162.59 is
displaying 162.00 in total field instead of 163.00. Is there something
I'm missing or am I missunderstanding how a decimal field works?code in
"calculate" event:var
test=xfa.form.topmostSubform.personnel_page.person_1.sa...