Function ListnotOn this pageNOT functionReturns the opposite of a logical value - not(TRUE) returns FALSE; not(FALSE) returns TRUE. Syntax not(<expr>) ParameterTypeDescriptionexprany Usages not(is_empty(`cancelled_at`))