Tabular Calculation Group Calculation Item 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. | |
Expression | String | Specifies the expression to use to calculate the value of this calculation item. | |
FormatString | String | Specifies the text format that should be used when displaying the result of calculations in client tools. | |
Ordinal | Int32 | -1 | Specifies an index value used for sorting the display of this calculation item in client tools. If unspecified, lexicographic sorting will be used. |
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. |