Representation of an entity type annotated with sap:semantics="aggregate".
Create a representation of an analytic query. Do not create your own instances.
new sap.ui.model.analytics.odata4analytics.QueryResult(oModel, oEntityType, oEntitySet, oParameterization)
Param | Type | Default Value | Description |
---|---|---|---|
oModel | sap.ui.model.analytics.odata4analytics.Model | The analytical model containing this query result entity set |
|
oEntityType | sap.ui.model.analytics.odata4analytics.EntityType | The OData entity type for this query |
|
oEntitySet | sap.ui.model.analytics.odata4analytics.EntitySet | The OData entity set for this query offered by the OData service |
|
oParameterization | sap.ui.model.analytics.odata4analytics.Parameterization | The parameterization of this query, if any |
Method | Description |
---|---|
findDimensionByName |
Find dimension by name |
findDimensionByPropertyName |
Find dimension by property name |
findMeasureByName |
Find measure by name |
findMeasureByPropertyName |
Find measure by property name |
getAllDimensionNames |
Get the names of all dimensions included in the query result |
getAllDimensions |
Get all dimensions included in this query result |
getAllMeasureNames |
Get the names of all measures included in the query result |
getAllMeasures |
Get all measures included in this query result |
getEntitySet |
Get the entity set representing this query result in the OData model |
getEntityType |
Get the entity type defining the type of this query result in the OData model |
getModel |
Get the analytical model containing the entity set for this query result |
getName |
Get the name of the query result |
getParameterization |
Get the parameterization of this query result |
getTotaledPropertiesListProperty |
Get property holding the totaled property list |
Find dimension by name
Param | Type | DefaultValue | Description |
---|---|---|---|
sName | string |
Dimension name |
Find dimension by property name
Param | Type | DefaultValue | Description |
---|---|---|---|
sName | string |
Property name |
Find measure by name
Param | Type | DefaultValue | Description |
---|---|---|---|
sName | string |
Measure name |