IGenericObject GetHyperCubePivotDataAsync Method (String, IEnumerable NxPage , String)Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

Task<IEnumerable<NxPivotPage>> GetHyperCubePivotDataAsync(
	string path,
	IEnumerable<NxPage> pages,
	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.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineIEnumerable NxPivotPage  
See Also