MSDN 0 Report post Posted July 8, 2019 How to stop the calculation to not roundup the number? Share this post Link to post Share on other sites
Steven Zakulec 60 Report post Posted July 9, 2019 I've got something working here that should be what you want- it forces Nitro to always round down any calculation result. My test PDF has three text fields: Field 17, 18, and 19 They're all formatted as Number, with 0 decimal places. Field 17 actually does the calculation. Under the Calculate tab on the field that's supposed to do the calculation, use the following in the Simplified Field Notation box: Math.floor(Field18 / Field19) Let me know if this is what you were looking for. Share this post Link to post Share on other sites