Toggle selects field values matching a search string.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> ToggleSelectAsync<T>(
string match,
bool softLock = false,
int excludedValuesMode = 0,
Func<Response, T> onResult,
string userHandle = null
)
Task<T> ToggleSelectAsync<T>(
string match,
bool softLock = false,
int excludedValuesMode = 0,
Func<Response, T> onResult,
string userHandle = null
)
Function ToggleSelectAsync(Of T) (
match As String,
Optional softLock As Boolean = false,
Optional excludedValuesMode As Integer = 0,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function ToggleSelectAsync(Of T) (
match As String,
Optional softLock As Boolean = false,
Optional excludedValuesMode As Integer = 0,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- match
- Type:
System String
String to search for.
Can contain wild cards or numeric search criteria.
- 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.
- excludedValuesMode (Optional)
- Type:
System Int32
Include excluded values in search.
This parameter is optional.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T