Customize

Round Up Field Value

Summary

Rounds the specified field value with Round Up.

How to use

Parameters to set

Set FieldDigits.

field

Select the field that you want to round up. Only numeric fields can be selected.

Digits

Enter the number of digits to round up. Entering a negative number results in a decimal point.

# Set "-2"
111.111 -> 111.12

# Set "2"
110 -> 200