Changing the Layout of a Query Object

The layout of the Query object refers to the layout of dimensions along the edges of the query. This layout is specified as a two-dimensional String array (or an array of String arrays). The layout is described as follows: The outer array maps to the edges (such as column or row) of the query. The inner array maps from slowest to fastest varying dimensions within an edge.

Changing the layout through the user interface

You can use the QueryBuilder to change the layout of a query during design mode and in a Java-client application. In an HTML-client application, you can use the Rotate Tool to change the layout of a query.

Changing the layout programmatically

The layout of the Query object can be changed by any of the following methods: