FieldSelectAlternative Method |
Selects all alternatives values in a specific field.
In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool SelectAlternative(
bool softLock = false
)
Public Function SelectAlternative (
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
IFieldSelectAlternative(Boolean)See Also