Tabular Perspective Table Reference Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
IncludeAllColumns | Boolean | False | Include all columns from this table in the perspective. |
IncludeAllHierarchies | Boolean | False | Include all hierarchies from this table in the perspective. |
IncludeAllMeasures | Boolean | False | Include all measures from this table in the perspective. |
TabularTableName | AstTabularMetadataNode | The table included in this perspective. This references an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |