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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Calculation Group Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularCalculationGroupNode
X-Ref:
  • Ast Tabular Calculation Group Node
  • Ast Tabular Calculation Group Base 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
DescriptionString 
Specifies an optional description to be displayed with the calculation group object in client tools.
PrecedenceInt32-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

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.
<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.

© Varigence