ModelingMeasure
Definition of a measure in the model definition, contains column unique identifies, aggregation, etc.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
measureId |
The measure's System ID |
- |
string |
uuid |
displayName |
The measure's display name |
- |
string |
|
uniqueName |
The measure's Unique identifier |
- |
string |
|
description |
The measure's description |
- |
string |
|
sourceColumnUniqueName |
The Unique identifier of the column this measure is based on |
- |
string |
|
expression |
The expression inside the aggregation type |
- |
string |
|
format |
The measure's format string |
- |
string |
|
aggregationType |
The measure's aggregation type (sum,count,etc) |
- | ||
dataType |
The measure's data type |
- |
string |
|
displayFolder |
The measure's display folder name |
- |
string |
|
measureType |
The measure's Attribute Type |
- | ||
measureGroup |
This measure's measure group name |
- |
string |
|
scale |
The measure's scale |
- |
integer |
int32 |
unitColumnUniqueName |
The column to take the unit type from |
- |
string |