{scrollbar} |
The objective of automatic ranking is to improve the response time that the user experiences, by providing a partial view of the data, in order to remain within certain defined limits.
This is accomplished by executing a set of predefined rankings on the dimensions involved in the analysis. It is possible to specify a filter for each dimension in the axes to reduce the number of elements involved.
When O3 detects that an axis will hold more than the predefined number of elements (specified in rows and columns with the properties o3.client.maxXSize and o3.client.maxYSize), O3 Server automatically applies rankings on the dimensions in the axes.
The model can specify, for each dimension, whether this ranking will be activated or not, as well as the number of elements to display.
All four construction modes (See Construction Modes) allow the specification of this Ranking criteria.
O3 Server applies automatic rankings considering dimensions in the following order:
The order in which the dimensions are considered is very important since this order tries to respect the number of elements indicated at design time.
Automatic Rankings are activated from the Explore menu in O3Browser or from the Options menu in O3Portal. This option is inactive by default.
This default behaviour can be changed setting the property
o3.force.restrictions.ranking=true |
in GServer_custom.properties.
Current version supports automatic ranking in one axis only (columns or rows). This means that, even if both axes contain large sets of data, only one of them will be automatically ranked.
When ranking, it is possible to show a summary of the elements left out in the ranking in a special element called "Others".
Suppose there are two dimensions: Countries with 219 elements and Products with 98 elements.
{scrollbar} |