Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Logical operators evaluate values and return a Boolean value. In Multidimensional Expressions (MDX), logical operators do not perform bitwise operations.
MDX supports the logical operators listed in the following table.
Operator | Description |
---|---|
Performs a logical conjunction on two numeric expressions. |
|
Performs a logical comparison on two object expressions. |
|
Performs a logical negation on a numeric expression. |
|
Performs a logical disjunction on two numeric expressions. |
|
Performs a logical exclusion on two numeric expressions. |