Skip to content

Not

Description

Not reverses a Boolean value.

Syntax

Not(condition)

Parameters

Parameter Required Type Description
condition Yes Boolean expression Condition to reverse.

Notes

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

Example

Not(IsNull(CustomerID))

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