Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.22 KB

isinnode-dmx.md

File metadata and controls

44 lines (33 loc) · 1.22 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
IsInNode (DMX)
IsInNode (DMX)
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
dmx

IsInNode (DMX)

[!INCLUDEssas]

Indicates whether the specified node contains the current case.

Syntax

  
IsInNode(<NodeID>)  

Return Type

A Boolean type.

Remarks

IsInNode is only used in SELECT FROM <model>.CASES (DMX) and SELECT FROM <model>.SAMPLE_CASES (DMX) queries.

Examples

The following example returns all the cases that were used to create the model that is associated with the node that is specified in the IsInNode function.

Select * from [TM Decision Tree].Cases  
WHERE IsInNode('0')  

See Also

Data Mining Extensions (DMX) Function Reference
Functions (DMX)
General Prediction Functions (DMX)