DecisioningDecision Platform Authoring GuideFunction ReferenceNot FunctionOn this page Not Function The Not function performs logical negation. Syntax Not(expression) The Not function performs logical negation. Arguments expression Boolean - An expression. Remarks Example: Not(7 = 5); // returns true.