Selects some values in a field.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- values
- Type:
System.Collections.Generic IEnumerable
Int32
Indexes (or element numbers) of the values to select.
- toggleMode
- Type:
System Boolean
Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative. This parameter is mandatory.
- softLock (Optional)
- Type:
System Boolean
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional.
Return Value
Type:Implements
IField LowLevelSelect(IEnumerable Int32 , Boolean, Boolean)See Also