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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Calculated Column Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularCalculatedColumnNode
X-Ref:
  • Ast Tabular Calculated Column Node
  • Ast Tabular Column 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
AlignmentTabularColumnAlignmentDefault
Specifies the default alignment that should be used when presenting the value of this tabular column within data cells in a user facing application.
DataCategoryTabularDataCategoryUncategorized
Specifies the category into which this tabular column should be displayed in user facing applications.
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.
DisplayFolderString 
Specifies the display folder for this tabular column.
DisplayOrdinalInt320
Specifies an integer that will be used to determine the ordering of this column relative to other columns in user facing applications.
FormatStringString 
Specifies the format to be used when presenting the value of this tabular column in reporting client tools.
IsAvailableInMDXBooleanTrue
Specifies whether or not this column is available for use in MDX queries.
IsHiddenBooleanFalse
Specifies whether or not this tabular column is hidden from reporting client tools.
IsKeyBooleanFalse
Specifies whether or not the column is a key of the parent table.
IsNullableBooleanFalse
Specifies whether or not the parent column supports null values.
IsUniqueBooleanFalse
Specifies whether or not the column values are unique amongst themselves.
KeepUniqueRowsBooleanFalse
Specifies whether or not values in this column should be grouped based on the corresponding values in the IdentifierColumn specified in the parent table. When true, duplicate values will not be aggregated.
RefreshedTimeDateTime1/1/0001 12:00:00 AM
Specifies the date and time at which the data in this tabular column was last refreshed from the data source.
SortByColumnNameAstTableColumnBaseNode 
Specifies a different column in the same table that will be used to sort the values in this column. If not specified, the column will be sorted based on its own values. This references an existing definiton.
SummarizeByTabularAggregateFunctionDefault
Specifies the tabular aggregate function that should be used to summarize the values in this column.
TableDetailPositionInt32-1
Specifies the ordinal position of this column when used in a default field set for the parent table. If set to -1, this column will not be included in the default field set for the parent table.

Singleton Children

ChildAPI TypeDescription
<Formula />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<ErrorMessage />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.

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.
<Relationships>
    <Relationship />
</Relationships>
AstTabularSourcedRelationshipNode
This is a collection of the tabular column references that are defined for the parent source column and a specified target column.

© Varigence