Absolute

Returns the absolute value of a number

Function:

Absolute(table = string, col = string, new_col = string)

 

Parameters:

Table: Table name on which to perform function

Column: Column to perform Absolute

New Column: New Column Name

 

Examples:

Absolute(table = Budget, col = "Amount", new_col = "Absolute Amount")