title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | ms.custom |
---|---|---|---|---|---|---|---|---|---|
NOT (DMX) |
NOT (DMX) |
minewiskan |
owend |
owend |
02/17/2022 |
sql |
analysis-services |
reference |
dmx |
[!INCLUDEssas]
A logical operator that performs a logical negation on a numeric expression.
NOT Expression1
Expression1
A valid DMX expression that returns a numeric value.
A Boolean value that returns FALSE if the argument evaluates to TRUE; otherwise FALSE.
The argument is treated as a Boolean value (0 as FALSE; otherwise TRUE) before the operator performs the logical negation. If Expression1 is TRUE, the operator returns FALSE. If Expression1 is FALSE, the operator returns TRUE. The following table illustrates how the logical conjunction is performed.
If Expression1 is | Return value is |
---|---|
TRUE | FALSE |
FALSE | TRUE |
Data Mining Extensions (DMX) Operator Reference
Logical Operators (DMX)
Operators (DMX)