active content advanced options
Converts "numeric_expression" into an integer value and returns an integer value. If "numeric_expression" is null, it returns null.
integer ( numeric_expression )
integer ( 84.95 )
Result
85