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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Metadata Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularMetadataNode
X-Ref:
  • Ast Tabular Metadata Node
  • Ast Analysis Metadata Base Node
  • Ast Securable Node
  • Ast Scope Boundary 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
AutoCreateColumnsBooleanFalse
Auto-create a tabular column for each column in the source table.
AutoCreateSinglePartitionBooleanFalse
Auto-create the partition with all columns from the source table.
DataCategoryTabularDataCategoryUncategorized
Specifies the category into which this tabular table should be displayed in user facing applications.
DefaultImageColumnNameAstTabularColumnBaseNode 
Specifies a reference to a tabular column in the model that serves as the default image for a row in this tabular table. This property setting is only valid if RowIdentifierColumn has also been set. This references an existing definiton.
DefaultLabelColumnNameAstTabularColumnBaseNode 
Specifies a reference to a tabular column in the model that serves as the default label for a row in this tabular table. This property setting is only valid if RowIdentifierColumn has also been set. This references an existing definiton.
DescriptionString 
Specifies a user facing description that will be used for this tabular table.
IsHiddenBooleanFalse
Specifies whether or not this tabular column is hidden from reporting clients.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
OutputLabelString 
Overrides the output name of the referenced TabularTable.
RowIdentifierColumnNameAstTabularColumnBaseNode 
Specifies a reference to a tabular column in the model that serves as an identifier or key column for the tabular table. 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>
    Multiple Choices...
</Columns>
AstTabularColumnBaseNode
This is the collection of tabular model columns that belong to this tabular table. These columns will correspond to the relational columns in the parent table.
<Hierarchies>
    <Hierarchy />
</Hierarchies>
AstTabularHierarchyNode
This is the collection of tabular model hierarchies that belong to this tabular table.
<Measures>
    <Measure />
</Measures>
AstTabularMeasureNode
This is the collection of tabular model measures that belong to this tabular table.
<Partitions>
    <Partition />
</Partitions>
AstTabularPartitionNode
This is the collection of tabular model partitions that constitute this tabular table.

© Varigence