Skip to main content

NOT function

Returns the opposite of a logical value - not(TRUE) returns FALSE; not(FALSE) returns TRUE.

Syntax

not(<expr>)
ParameterTypeDescription
exprany

Usages

not(is_empty(`cancelled_at`))