Representation of a property annotated with sap:aggregation-role="measure".
Create a representation of a measure provided by an analytic query. Do not create your own instances.
new sap.ui.model.analytics.odata4analytics.Measure(oQueryResult, oProperty)
Param | Type | Default Value | Description |
---|---|---|---|
oQueryResult | sap.ui.model.analytics.odata4analytics.QueryResult | The query result containing this measure |
|
oProperty | object | The datajs object object representing the measure |
Method | Description |
---|---|
getFormattedValueProperty |
Get the text property associated to the raw value property holding the formatted value related to this measure |
getLabelText |
Get label |
getName |
Get the name of the measure |
getRawValueProperty |
Get the raw value property |
getUnitProperty |
Get the unit property related to this measure |
isUpdatable |
Get indicator whether or not the measure is updatable |