Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

Abs() mvSQL database function in Jitterbit App Builder

Summary

The Abs() function returns the absolute value of a number.

Syntax

Abs(<number>)

Parameters

number Required. A numeric value

Returns

Absolute value of a number

Examples

Abs(-243.5)

Returns

243.5