GenericObject SelectHyperCubeValues Method 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 bool SelectHyperCubeValues(
	string path,
	int dimNo,
	IEnumerable<int> values,
	bool toggleMode
)

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.

Return Value

Type: OnlineBoolean

Implements

IGenericObject SelectHyperCubeValues(String, Int32, IEnumerable Int32 , Boolean)
See Also