Rediger

Perspective Element (ASSL)

Defines details for a perspective of a Cube element.

Syntax

  
<Perspectives>  
   <<Perspective>  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Translations>...</Translations>  
      <DefaultMeasure>...</DefaultMeasure>  
      <Dimensions>...</Dimensions>  
            <MeasureGroups>...</MeasureGroups>  
      <Calculations>...</Calculations>  
      <Kpis>...</Kpis>  
            <Actions>...</Actions>  
      <Annotations>...</Annotations>  
   </Perspective>  
</Perspectives>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Perspectives
Child elements Actions, Annotations, Calculations, CreatedTimestamp, DefaultMeasure, Description, Dimensions, ID, Kpis, LastSchemaUpdate, MeasureGroups, Name, Translations

Remarks

A perspective provides a subset of a cube. It selects the dimensions, hierarchies, attributes, and other details to include and defines the data slice. Each perspective belongs to a single cube. A perspective can't override or add objects. All dimensions, hierarchies, and other details must exist in the underlying cube. A perspective can't include objects and mark them as not visible.

The corresponding Analysis Management Objects (AMO) element is Perspective.

See Also

Objects (ASSL)