Click or drag to resize
FieldSelect Method

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool Select(
	string match,
	bool softLock = false,
	int excludedValuesMode = 0
)

Parameters

match
Type: SystemString
softLock (Optional)
Type: SystemBoolean
excludedValuesMode (Optional)
Type: SystemInt32

Return Value

Type: Boolean

Implements

IFieldSelect(String, Boolean, Int32)
See Also