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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Calculation Group Column Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularCalculationGroupColumnNode
X-Ref:
  • Ast Tabular Calculation Group Column 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
SourceColumnString 
Specifies the name of the column in the parent table that this tabular model column will summarize. This is a required property
DataTypeTabularDataTypeAutomatic
Specifies the SSAS tabular data type that should be used for this column. In most cases, the data type can be inferred from the SourceColumn and the SummarizeBy aggregate function. This property is used when that inferred type needs to be overridden.
DescriptionString 
Specifies an optional description to be displayed with the calculation group object in client tools.
IsHiddenBooleanFalse
Specifies whether or not this tabular calculation group column is hidden from reporting clients.
SortByColumnString 
Specifies a different column in the same calculation group that will be used to sort the values in this column. If not specified, the column will be sorted based on its own values.

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.

© Varigence