Skip to content

NotNull

Description

NotNull returns true when a value is not null.

Syntax

NotNull(value)

Parameters

Parameter Required Type Description
value Yes Field or expression Value to check.

Notes

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

Example

NotNull(CustomerID)

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