Click or drag to resize
AppFieldDrillUpAsync Method (Int32, Int32, Int32, AsyncHandle)

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task DrillUpAsync(
	int index,
	int dimNo,
	int nbrSteps,
	AsyncHandle asyncHandle = null
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
dimNo
Type: SystemInt32
nbrSteps
Type: SystemInt32
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: Task

Implements

IAppFieldDrillUpAsync(Int32, Int32, Int32, AsyncHandle)
See Also