Retrieving OLAP Data

To retrieve OLAP data, perform the following tasks:

Defining a query

To define a query, use any of the following approaches:

Customizing a query at runtime

In HTML-client applications, you can use the FavoriteTool bean and the SortTool bean to customize a query that is associated with a presentation. You can also use the HTML-client RotateTool bean to change the layout of the data in a presentation.

In Java-client applications, you can add the QueryBuilder into your application to allow users to create or modify a query at runtime.

In any application, you can write code to customize a query or to create a query dynamically at runtime.