GetHyperCubePivotData method
Overview
Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.
Parameters
| Name | Description | Type |
|---|---|---|
| qPath |
Path to the definition of the object to be selected. For example, /qHyperCubeDef. This parameter is mandatory. |
String |
| qPages |
Array of pages to retrieve This parameter is mandatory. |
Array of NxPage |
Outputs
A data set is returned.
| Name | Description | Type |
|---|---|---|
| qDataPages | A data set |
Array of NxPivotPage |