Perspective Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
DefaultMeasureName | AstMeasureNode | This value specifies a direct reference to the measure that will serve as the default measure for this perpspective. This references an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<Actions> <Action /> </Actions> | AstActionReferenceNode | This is a collection of references to the actions that will be included in this perspective. |
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Calculations> <Calculation /> </Calculations> | AstCalculationReferenceNode | This is a collection of references to the calculations that will be included in this perspective. |
<Dimensions> <Dimension /> </Dimensions> | AstPerspectiveCubeDimensionReferenceNode | This is a collection of references to the dimensions that will be included in this perspective. |
<Kpis> <Kpi /> </Kpis> | AstKpiReferenceNode | This is a collection of references to the KPIs that will be included in this perspective. |
<MeasureGroups> <MeasureGroup /> </MeasureGroups> | AstCubeMeasureGroupReferenceNode | This is a collection of references to the measure groups that will be included in this perspective. |
<Translations> <Translation /> </Translations> | AstTranslationNode | This value contains alternate language versions of measure groups, measures, cube dimension, perspectives, KPIs, actions, named sets, and calculated members associated with a dimension. These are used by client applications such as Microsoft Excel to show values for dimension metadata that are consistent with the language of the end-user. |