Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- path
- Type:
System String
Path to the definition of the object to be selected For example, /qHyperCubeDef. This parameter is mandatory.
- pages
- Type:
System.Collections.Generic IEnumerable NxPage
Array of pages to retrieve This parameter is mandatory.
- maxNbrCells (Optional)
- Type:
System Int32
Maximum number of cells at outer level This parameter is optional. The default value is 10 000.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
Type Parameters
- T
Return Value
Type:See Also