FieldSetAndModeAsync Method |
Sets a field in the AND mode.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task SetAndModeAsync(
bool andMode,
AsyncHandle asyncHandle = null
)
Public Function SetAndModeAsync (
andMode As Boolean,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- andMode
- Type: SystemBoolean
Specifies if the AND mode applies to the field.
Set this parameter to true to enter the AND mode.
This parameter is mandatory. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskImplements
IFieldSetAndModeAsync(Boolean, AsyncHandle)See Also