IFieldToggleSelect Method |
Toggle selects field values matching a search string.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool ToggleSelect(
string match,
bool softLock = false,
int excludedValuesMode = 0
)
Function ToggleSelect (
match As String,
Optional softLock As Boolean = false,
Optional excludedValuesMode As Integer = 0
) As Boolean
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.
Return Value
Type:
BooleanSee Also