| IFieldSelectPossible Method  | 
Selects all possible values in a specific field.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxbool SelectPossible(
	bool softLock = false
)
Function SelectPossible ( 
	Optional softLock As Boolean = false
) As Boolean
Parameters
- 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. 
Return Value
Type: 
Boolean
See Also