Click or drag to resize
GenericObjectGetHyperCubeStackDataAsyncT Method (AsyncHandle, FuncResponse, T, String, IEnumerableNxPage, Int32)

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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> GetHyperCubeStackDataAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string path,
	IEnumerable<NxPage> pages,
	int maxNbrCells = 0
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
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.
maxNbrCells (Optional)
Type: SystemInt32
Maximum number of cells at outer level. This parameter is optional. The default value is 10 000.

Type Parameters

T

Return Value

Type: TaskT

Implements

IGenericObjectGetHyperCubeStackDataAsyncT(AsyncHandle, FuncResponse, T, String, IEnumerableNxPage, Int32)
See Also