Representation of a dimension attribute.
Create a representation of a dimension attribute provided by an analytic query. Do not create your own instances.
new sap.ui.model.analytics.odata4analytics.DimensionAttribute(oQueryResult, oProperty)
Param | Type | Default Value | Description |
---|---|---|---|
oQueryResult | sap.ui.model.analytics.odata4analytics.QueryResult | The query result containing this dimension attribute |
|
oProperty | object | The datajs object object representing the dimension attribute |
Method | Description |
---|---|
getDimension |
Get dimension |
getKeyProperty |
Get the key property |
getLabelText |
Get label |
getName |
Get the name of the dimension attribute |
getTextProperty |
Get text property related to this dimension attribute |