GenericObject GetHyperCubeDataAsync T  Method (String, IEnumerable NxPage , Func Response, T , String)Qlik Sense .NET SDK - API Reference

Retrieves the values of a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.

This method does not apply to stacked tables.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetHyperCubeDataAsync<T>(
	string path,
	IEnumerable<NxPage> pages,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

path
Type: OnlineSystem String
Path to the definition of the object to be selected For example, /qHyperCubeDef. This parameter is mandatory.
pages
Type: OnlineSystem.Collections.Generic IEnumerable NxPage 
Array of pages to retrieve This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IGenericObject GetHyperCubeDataAsync T (String, IEnumerable NxPage , Func Response, T , String)
See Also