IFieldSelectExcluded Method |
Inverts the current selections.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool SelectExcluded(
bool softLock = false
)
Function SelectExcluded (
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:
BooleanSee Also