Skip to main content Skip to complementary content

GetHyperCubePivotDataAsync Method

Overloads

GetHyperCubePivotDataAsync(String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

GetHyperCubePivotDataAsync(AsyncHandle, String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

GetHyperCubePivotDataAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

GetHyperCubePivotDataAsync(String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

Declaration

      Task<IEnumerable<NxPivotPage>> GetHyperCubePivotDataAsync([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.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxPivotPage>>

Remarks

This method works for a hypercube in DATA_MODE_PIVOT.

GetHyperCubePivotDataAsync(AsyncHandle, String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

Declaration

      Task<IEnumerable<NxPivotPage>> GetHyperCubePivotDataAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

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.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxPivotPage>>

Remarks

This method works for a hypercube in DATA_MODE_PIVOT.

GetHyperCubePivotDataAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<NxPage>)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

Declaration

      Task<T> GetHyperCubePivotDataAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

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.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

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!