class sap.ui.model.analytics.odata4analytics.Measure

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/model/analytics/odata4analytics
Application Component: CA-UI5-COR

Representation of a property annotated with sap:aggregation-role="measure".


Constructor

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


Methods Overview

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

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