Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool Select(
	string match,
	bool softLock = false,
	int excludedValuesMode = 0
)
Public Function Select ( 
	match As String,
	Optional softLock As Boolean = false,
	Optional excludedValuesMode As Integer = 0
) As Boolean
Parameters
- match
 - Type: SystemString
 - softLock (Optional)
 - Type: SystemBoolean
 - excludedValuesMode (Optional)
 - Type: SystemInt32
 
Return Value
Type: 
BooleanImplements
IFieldSelect(String, Boolean, Int32)
See Also