Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |
|---|---|
| AND | Performs a logical conjunction on two numeric expressions. |
| IS | Performs a logical comparison on two object expressions. |
| NOT | Performs a logical negation on a numeric expression. |
| OR | Performs a logical disjunction on two numeric expressions. |
| XOR | Performs a logical exclusion on two numeric expressions. |