name |
type |
description |
database |
identifier |
Identifier of the database |
name_database |
string |
Name of the database. Used only if database parameter is omitted. |
dimension |
identifier |
Identifier of the dimension |
name_dimension |
string |
Name of the dimension. Used only if dimension parameter is omitted. |
cube |
identifier |
Identifier of the cube |
name_cube |
string |
Name of the cube. Used only if cube parameter is omitted. |
area |
area |
Comma separated list of element identifiers lists. Each element identifiers list is colon separated. The area is the cartesian product. Elements for dimension specified is initial subset that will be filtered. |
name_area |
narea |
Comma separated list of element names lists. Each element names list is colon separated. The area is the cartesian product. Elements for dimension specified is initial subset that will be filtered. Used only if area is omitted. |
mode |
integer |
DATA_MIN = 1, DATA_MAX = 2, DATA_SUM = 4, DATA_AVERAGE = 8, DATA_ANY = 16, DATA_ALL = 32, DATA_STRING = 64, ONLY_CONSOLIDATED = 128, ONLY_LEAVES = 256, UPPER_PERCENTAGE = 512, LOWER_PERCENTAGE = 1024, MID_PERCENTAGE = 2048, TOP = 4096, NORULES = 8192 |
condition |
string |
Condition on the value of numeric or string cells (default is no condition).
A condition starts with >, >=, <, <=, ==, or != and is followed by a double or a string.
Two condition can be combined by and, or, xor. If you specify a string value, the value has to be csv encoded.
Do not forget to URL encode the complete condition string. |
values |
double |
Values for Top, Upper % and Lower % in this order. |
squash_list |
boolean |
If 1 then children and parents list are shortened to intervals (1-10) and weights are shortened to weight:count |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |