GetHyperCubeStackData method
Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.
This method works for a hypercube in DATA_MODE_PIVOT_STACK.
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 |
| qMaxNbrCells | Maximum number of cells at outer level. The default value is 10 000. |
No | Integer |
Returns
| Name | Description | Type |
|---|---|---|
| qDataPages | A data set. |
Array of NxStackPage |