ROUND

The ROUND function calculates rounded value of the specified number or node.

Syntax

ROUND(value) - > number

Arguments

Remarks

If the decimal value is less than 5, it will round down and if it is 5 or more it will round up.

Example

Consider this example.

To achieve this, the following formula should be written in the [Gross Profit] node

ROUND(SUBTRACT([Sales],[Cost of Sales]))

Result

Last updated