Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.91 KB

measurequalificaton-element-assl.md

File metadata and controls

61 lines (44 loc) · 1.91 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
MeasureQualificaton Element (ASSL) | Microsoft Docs
Learn about the MeasureQualificaton property element in the Analysis Services Scripting Language (ASSL) schema.
09/14/2020
analysis-services
assl
kfollis
reference
kfollis
kfollis

MeasureQualificaton Element (ASSL)

Determines whether a prefix is applied to measures in the MeasureGroup.

Syntax

  
<MeasureGroup>  
   ...  
   <MeasureQualification>...</MeasureQualification>  
   ...  
</MeasureGroup>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element MeasureGroup
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
None No prefix is applied to measures within this measure group.
PrefixMeasureGroup The unique name and caption of each measure in this measure group is prefixed by the name of the measure group and a single space.

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

See Also

Cube Element (ASSL)
Dimension Element (ASSL)
MeasureGroup Element (ASSL)
Properties (ASSL)