NOT (PEL)

This operator performs a logical negation on a logical expression.

NOT Logical_Expression1

Operands

  • Logical_Expression1
    A valid PerformancePoint Expression Language (PEL) expression that returns a logical value.

Return Value

Returns FALSE if the argument evaluates to TRUE; otherwise, TRUE.

Remarks

The following table illustrates how the NOT operator performs the logical negation.

Logical_Expression1 Return Value

TRUE

FALSE

FALSE

TRUE

See Also

Other Resources

PEL operators