Skip to content
  • There are no suggestions because the search field is empty.

How to use calculation roundings in OFS-Flow

Example:

Round

Step 1 - In the calculation field, build the formula

round([insert formula])


Example:

round(data["weight 1"]+data["weight 2"])/2)

 


Round Down

Step 1 - In the calculation field, build the formula

rounddown([insert formula])


Example:

rounddown(data["weight 1"]+data["weight 2"]/2)

 

Round Up

Step 1 - In the calculation field, build the formula

roundup([insert formula])


Example:

roundup(data["weight 1"]+data["weight 2"]/2)