Index
Main Menu
Related topics:
round
round
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
February 16, 2012
Round - XpressDox
The Round function performs rounding. For example:
«Round(Amount)»
will round the value of the Amount data element name to the nearest whole number.
The Round function can take on extra optional parameter being the number of decimal places to which the number should be rounded (the default is 0). «Round(number,3)»
will round the value 1.2345 to 1.235.
Note that extra optional parameter is available only in Version 4 and later of XpressDox.