• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Perspective Element

API Type:
Varigence.Languages.Biml.Cube.AstPerspectiveNode
X-Ref:
  • Ast Perspective Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
DefaultMeasureNameAstMeasureNode 
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

ChildAPI TypeDescription
<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.

© Varigence