Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.32 KB

not-equal-to-dmx.md

File metadata and controls

37 lines (28 loc) · 1.32 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
<> (Not Equal To) (DMX)
<> (Not Equal To) (DMX)
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
dmx

<> (Not Equal To) (DMX)

[!INCLUDEssas]

Performs a comparison operation that determines whether the value of one Data Mining Extensions (DMX) expression is not equal to the value of another DMX expression.

Syntax

  
DMX_Expression <> DMX_Expression  

Parameters

DMX_Expression
A valid DMX expression.

Return Value

A Boolean value that contains TRUE if both parameters are non-null and the value of the first parameter is not equal to the value of the second parameter. The Boolean value contains FALSE if both parameters are non-null and the value of the first parameter is equal to the value of the second parameter. The Boolean value contains a null value if either parameter or both parameters evaluate to a null value.

See Also

Comparison Operators (DMX)
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)