IGenericObject GetHyperCubeStackData Method Qlik Sense .NET SDK - API Reference

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

IEnumerable<NxStackPage> GetHyperCubeStackData(
	string path,
	IEnumerable<NxPage> pages,
	int maxNbrCells = 0
)

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.
maxNbrCells (Optional)
Type: OnlineSystem Int32
Maximum number of cells at outer level This parameter is optional. The default value is 10 000.

Return Value

Type: OnlineIEnumerable NxStackPage 
See Also