Welcome to Catalog Tips

Search more than 200 articles to learn more about creating and automating your product catalogs

Tip: Start typing in the input box for immediate search results.

< All Topics
Print

NOT – Return logical opposite of parameter

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

See also

AND

OR

IF

Table of Contents