Click or drag to resize
IFieldToggleSelectAsyncT Method (String, Boolean, Int32, FuncResponse, T, AsyncHandle)

Toggle selects field values matching a search string.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> ToggleSelectAsync<T>(
	string match,
	bool softLock = false,
	int excludedValuesMode = 0,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

match
Type: SystemString
String to search for. Can contain wild cards or numeric search criteria.
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.
excludedValuesMode (Optional)
Type: SystemInt32
Include excluded values in search. This parameter is optional.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT
See Also