GetHyperCubePivotData Method
Overloads
GetHyperCubePivotData(String, IEnumerable<NxPage>) |
Retrieves the values of a pivot table. It is possible to retrieve specific pages of data. |
GetHyperCubePivotData(String, IEnumerable<NxPage>)
Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.
Declaration
public IEnumerable<NxPivotPage> GetHyperCubePivotData([QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be selected.
For example, |
System.Collections.Generic.IEnumerable<NxPage> | pages |
Array of pages to retrieve. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxPivotPage> |
Implements
Remarks
This method works for a hypercube in DATA_MODE_PIVOT.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!