| IAppClearAllAsync Method (AsyncHandle, Boolean, String) |
Clears all selections in all fields of the current app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask ClearAllAsync(
AsyncHandle asyncHandle,
bool lockedAlso = false,
string stateName = null
)
Function ClearAllAsync (
asyncHandle As AsyncHandle,
Optional lockedAlso As Boolean = false,
Optional stateName As String = Nothing
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - lockedAlso (Optional)
- Type: SystemBoolean
This parameter is optional.
Default is false. Selections on locked fields are not cleared.
Set this parameter to true to clear all selections, including the locked fields. - stateName (Optional)
- Type: SystemString
Name of the alternate state.
If an alternate state is defined in qStateName, only the selections related to this alternate state are cleared.
This parameter is optional.
Default state is current selections.
Return Value
Type:
Task
See Also