Skip to content

Sign

Description

Sign returns the sign of a numeric value: positive, zero, or negative.

Syntax

Sign(value)

Parameters

Parameter Required Type Description
value Yes Number, field, or expression Numeric value to evaluate.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

Sign(Profit)

The expression returns the calculated result according to the current query context.