Skip to content

abs

The abs function returns the absolute value of the input number.

Usage

abs(field)

Example:

eval abs_duration = abs(duration)

This creates a new field abs_duration with the absolute value of duration.