Table of Contents
Overview
This Custom Field performs a logical ‘NOT’ operation on the given parameter. It returns the logical opposite of the first parameter.
Syntax
NOT(FIELDSTR(myflag))
NOT(TRUE)
Example
myflag | NOT(FIELDSTR(myflag)) |
TRUE | FALSE |
FALSE | TRUE |