GenericObject SelectHyperCubeValuesAsync T  Method (String, Int32, IEnumerable Int32 , Boolean, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Selects some values in one dimension.

The values are identified by their element numbers.

This method applies to charts, tables and scatter plots.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> SelectHyperCubeValuesAsync<T>(
	string path,
	int dimNo,
	IEnumerable<int> values,
	bool toggleMode,
	Func<Response, T> onResult,
	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.
dimNo
Type: OnlineSystem Int32
Dimension number or index to select Dimension numbers/index start from 0. This parameter is mandatory.
values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
Element numbers of the field to select. You can select multiple elements; the separator is the comma. This parameter is mandatory.
toggleMode
Type: OnlineSystem Boolean
Set to true to toggle. This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IGenericObject SelectHyperCubeValuesAsync T (String, Int32, IEnumerable Int32 , Boolean, Func Response, T , String)
See Also