Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.15 KB

File metadata and controls

38 lines (32 loc) · 2.15 KB
title Logical Operators (DMX) | Microsoft Docs
ms.date 06/07/2018
ms.prod sql
ms.technology analysis-services
ms.custom dmx
ms.topic conceptual
ms.author owend
ms.reviewer owend
author minewiskan

Operators - Logical

[!INCLUDEssas-appliesto-sqlas]

You can use logical operators in Data Mining Extensions (DMX) expressions to evaluate values and to return a Boolean value in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion].

The following table identifies the logical operators that DMX supports.

Operator Description
AND (DMX) Performs a logical conjunction on two numeric expressions.
NOT (DMX) Performs a logical negation on a numeric expression.
OR (DMX) Performs a logical disjunction on two numeric expressions.

See Also

Data Mining Extensions (DMX) Reference
Data Mining Extensions (DMX) Function Reference
Data Mining Extensions (DMX) Operator Reference
Data Mining Extensions (DMX) Statement Reference
Data Mining Extensions (DMX) Syntax Conventions
Data Mining Extensions (DMX) Syntax Elements
Expressions (DMX)
General Prediction Functions (DMX)
Operators (DMX)
Structure and Usage of DMX Prediction Queries
Understanding the DMX Select Statement