Click or drag to resize
FieldSelectValuesAsync Method (IEnumerableFieldValue, Boolean, Boolean)

Selects some values in a field, by entering the values to select.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<bool> SelectValuesAsync(
	IEnumerable<FieldValue> fieldValues,
	bool toggleMode = false,
	bool softLock = false
)

Parameters

fieldValues
Type: System.Collections.GenericIEnumerableFieldValue
List of the values to select.
toggleMode (Optional)
Type: SystemBoolean
The default value is false. This parameter is optional.
softLock (Optional)
Type: SystemBoolean
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: TaskBoolean

Implements

IFieldSelectValuesAsync(IEnumerableFieldValue, Boolean, Boolean)
See Also