Click or drag to resize
GenericObjectGetHyperCubePivotDataAsync Method (String, IEnumerableNxPage, AsyncHandle)

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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<IEnumerable<NxPivotPage>> GetHyperCubePivotDataAsync(
	string path,
	IEnumerable<NxPage> pages,
	AsyncHandle asyncHandle = null
)

Parameters

path
Type: SystemString
Path to the definition of the object to be selected For example, /qHyperCubeDef. This parameter is mandatory.
pages
Type: System.Collections.GenericIEnumerableNxPage
Array of pages to retrieve This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskIEnumerableNxPivotPage

Implements

IGenericObjectGetHyperCubePivotDataAsync(String, IEnumerableNxPage, AsyncHandle)
See Also