Namespace sap.ui.model.analytics.odata4analyticsModule: sap/ui/model/analytics/odata4analytics


The OData4Analytics API is purely experimental, not yet functionally complete and not meant for productive usage. At present, its only purpose is to demonstrate how easy analytical extensions of OData4SAP can be consumed.

USE OBJECTS VIA METHODS ONLY - DO NOT ACCESS JAVASCRIPT OBJECT PROPERTIES DIRECTLY !

Lazy initialization of attributes will cause unexpected values when you access object attributes directly.

Experimental API:This module is only for experimental use!

Namespaces & Classes
DimensionRepresentation of a property annotated with sap:aggregation-role="dimension".
DimensionAttributeRepresentation of a dimension attribute.
DimensionMemberSetRequestCreation of URIs for fetching a query dimension value set.
EntitySetRepresentation of a OData entity set.
EntityTypeRepresentation of a OData entity type.
FilterExpressionRepresentation of a $filter expression for an OData entity type.
MeasureRepresentation of a property annotated with sap:aggregation-role="measure".
ModelRepresentation of an OData model with analytical annotations defined by OData4SAP.
ParameterRepresentation of a property annotated with sap:parameter.
ParameterizationRepresentation of an entity type annotated with sap:semantics="parameters".
ParameterizationRequestCreation of URIs for query parameterizations.
ParameterValueSetRequestCreation of URIs for fetching a query parameter value set.
QueryResultRepresentation of an entity type annotated with sap:semantics="aggregate".
QueryResultRequestCreation of URIs for fetching query results.
RecursiveHierarchyRepresentation of a recursive hierarchy.
SortExpressionRepresentation of a $orderby expression for an OData entity type.
SortOrderSort order of a property
Method Summary
sap.ui.model.analytics.odata4analytics.includeDimensionTextAttributes(bIncludeText, bIncludeAttributes)Specify which components of the dimension shall be included in the value set.
Method Detail
sap.ui.model.analytics.odata4analytics.includeDimensionTextAttributes(bIncludeText, bIncludeAttributes)
Specify which components of the dimension shall be included in the value set.
Parameters:
bIncludeText Indicator whether or not to include the dimension text (if available) in the value set.
bIncludeAttributes Indicator whether or not to include all dimension attributes (if available) in the value set.