Computes and shows items more accurately stated in a negative way. In effect, all records are retrieved except those that fulfill the conditional expression. You enter the conditional expression with the NOT (!) logical operator preceding the conditional expression. The conditional expression can be a simple value or nested within other conditional expressions, for example, expressions using AND and OR. A combined condition expression that uses NOT is true if the conditional expression following NOT is false. A combined conditional expression is false if the conditional expression following NOT is true. For example, suppose you are looking to list all states that are not in the Northwestern region. In this case, enter the conditional expression: if ( ! (State = = 'Northwestern Region')) {‘Other Regions’} |