| IFieldSelectValues Method  | 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxbool SelectValues(
	IEnumerable<FieldValue> fieldValues,
	bool toggleMode = false,
	bool softLock = false
)
Function SelectValues ( 
	fieldValues As IEnumerable(Of FieldValue),
	Optional toggleMode As Boolean = false,
	Optional softLock As Boolean = false
) As Boolean
Parameters
- fieldValues
 - Type: System.Collections.GenericIEnumerableFieldValue
 - toggleMode (Optional)
 - Type: SystemBoolean
 - softLock (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also