GetHyperCubeData method
Retrieves the calculated data for a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.
This method works for a hypercube in DATA_MODE_STRAIGHT.
A data set is returned.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qPath | Path to the definition of the object to be selected. For example, /qHyperCubeDef . |
Yes | String |
| qPages | Array of pages to retrieve. |
Yes | Array of NxPage |
Returns
| Name | Description | Type |
|---|---|---|
| qDataPages | A data set |
Array of NxDataPage |