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. |
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. |
Remarks
The element that corresponds to the parent of MeasureQualification in the Analysis Management Objects (AMO) object model is MeasureGroup.
See Also