Customize

Round Down Field Value

Summary

Rounds the specified field value to Truncate.

How to use

Parameters to set

Set FieldDigits.

field

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

Digits

Enter the number of digits to be truncated. Entering a negative number results in a decimal point.

# Set "-2"
111.119 -> 111.11

# Set "2"
190 -> 100