Clears the selections in a dimension of a visualization.
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 visualization. For example, /qListObjectDef.
- colIndices (Optional)
- Type:
System.Collections.Generic IEnumerable
Int32
Array of dimension numbers or indexes. The selections are cleared in the specified dimensions. Dimension numbers/indexes start from 0. This parameter is optional. If this parameter is not set, all dimensions are cleared.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:Implements
IGenericObject ClearSelectionsAsync(String, IEnumerable Int32 , String)See Also