Skip to main content Skip to complementary content

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

      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, /qHyperCubeDef .

System.Collections.Generic.IEnumerable<NxPage> pages

Array of pages to retrieve.

Returns

Type Description
System.Collections.Generic.IEnumerable<NxPivotPage>

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!