Toggle selects field values matching a search string.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
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.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:Implements
IField ToggleSelectAsync(String, Boolean, Int32, String)See Also