Tagged with round_function - Visokio Forums http://forums.visokio.com/discussions/tagged/round_function/feed.rss Mon, 30 Oct 17 18:44:40 -0400 Tagged with round_function - Visokio Forums en-CA Formulae: ROUND function (2.8+) http://forums.visokio.com/discussion/1444/formulae-round-function-2.8- Mon, 02 Apr 2012 11:59:52 -0400 antonio 1444@/discussions
Syntax:
ROUND(number, num_digits)
where:
- 'number' is the number that you want to round.
- 'num_digits' is the number of digits to which you want to round the number argument. Default 0 if not specified.

Samples:
ROUND(123.7825, 2) = 123.78
ROUND(123.456, 1) = 123.5
ROUND(123.456, -2) = 100)
]]>