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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Perspective Table Reference Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularPerspectiveTableReferenceNode
X-Ref:
  • Ast Tabular Perspective Table Reference Node

Attributes

AttributeAPI TypeDefaultDescription
IncludeAllColumnsBooleanFalse
Include all columns from this table in the perspective.
IncludeAllHierarchiesBooleanFalse
Include all hierarchies from this table in the perspective.
IncludeAllMeasuresBooleanFalse
Include all measures from this table in the perspective.
TabularTableNameAstTabularMetadataNode 
The table included in this perspective. This references an existing definiton.

Collection Children

ChildAPI TypeDescription
<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.
<Columns>
    <Column />
</Columns>
AstTabularPerspectiveColumnReferenceNode
Specifies the columns from the referenced tabular table that should be included in the perspective.
<Hierarchies>
    <Hierarchy />
</Hierarchies>
AstTabularPerspectiveHierarchyReferenceNode
Specifies the hierarchies from the referenced tabular table that should be included in the perspective.
<Measures>
    <Measure />
</Measures>
AstTabularPerspectiveMeasureReferenceNode
Specifies the measures from the referenced tabular table that should be included in the perspective.

© Varigence