Skip to content

isNotNull

The isNotNull function returns true if the value is not null or undefined.

Usage

isNotNull(field)

Example:

where isNotNull(user)

This matches records where the user field is present and not null.