MeasureGroup.IgnoreUnrelatedDimensions Property

Definition

Gets or sets an indication if unrelated dimensions are ignored.

public bool IgnoreUnrelatedDimensions { get; set; }
member this.IgnoreUnrelatedDimensions : bool with get, set
Public Property IgnoreUnrelatedDimensions As Boolean

Property Value

true if unrelated dimensions are to be forced to their top level; false, they are not.

Remarks

When members of dimensions unrelated to the measure group are included in a query, this property determines whether unrelated dimensions are forced to their top level or not.

Applies to