Click or drag to resize
IFieldSetAndModeAsync Method (Boolean)

Sets a field in the AND mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task SetAndModeAsync(
	bool andMode
)

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.

Return Value

Type: Task
See Also