Click or drag to resize
GenericObjectGetHyperCubePivotData Method

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<NxPivotPage> GetHyperCubePivotData(
	string path,
	IEnumerable<NxPage> pages
)

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.

Return Value

Type: IEnumerableNxPivotPage

Implements

IGenericObjectGetHyperCubePivotData(String, IEnumerableNxPage)
See Also