Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.58 KB

ignoreunrelateddimensions-element-assl.md

File metadata and controls

49 lines (35 loc) · 1.58 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
IgnoreUnrelatedDimensions Element (ASSL) | Microsoft Docs
Learn about the IgnoreUnrelatedDimensions property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

IgnoreUnrelatedDimensions Element (ASSL)

Determines whether unrelated dimensions are forced to their top level when members of dimensions that are unrelated to the measure group are included in a query.

Syntax

  
<MeasureGroup>  
   ...  
   <IgnoreUnrelatedDimensions>...</IgnoreUnrelatedDimensions>  
   ...  
</MeasureGroup>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value True
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element MeasureGroup
Child elements None

Remarks

When IgnoreUnrelatedDimensions is true, unrelated dimensions are forced to their top level; when the value is false, dimensions are not forced to their top level. This property is similar to the Multidimensional Expressions (MDX) ValidMeasurefunction.

The element that corresponds to the parent of IgnoreUnrelatedDimensions in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MeasureGroup.