Selects all values of a field. Excluded values are also selected.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool SelectAll(
bool softLock = false
)
Public Function SelectAll (
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:
BooleanImplements
IFieldSelectAll(Boolean)See Also