Tabular Calculation Group Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | 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 | |
Description | String | Specifies an optional description to be displayed with the calculation group object in client tools. | |
Precedence | Int32 | -1 | A non-negative integer that specifies the precedence of the calculation group within the model. This is used for determining the order of calculation when calculation groups depend on each other. If unspecfied, the precedence will be set in the order that calculation groups appear in the Biml file. |
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. |
<CalculationItems> <CalculationItem /> </CalculationItems> | AstTabularCalculationGroupCalculationItemNode | This is a collection of the calculation items that will be included in the calculation group. |
<Columns> <Column /> </Columns> | AstTabularCalculationGroupColumnNode | This is a collection of the columns that will be included in the calculation group. If none are specified, then a single column (as required by SSAS) will be created automatically. |