Hi all,
I am really new to Nintex - only a few weeks now. I have a simple form that requires me to calculate a figure.
The formula is simply ({Control1}/100) * {Control2} * {Control3}.
My problem is that I need to place the result into a 1 decimal precision result field and not round up.
An example below:
(68/100) * 1.006 * 27803 = 19019.5 on the form, but I need it to ignore the last few decimal places (19019.47624) and have a figure of 19019.4.
Any help would be appreciated.
Regards,
Paul