Field SetAndModeAsync Method Qlik Sense .NET SDK - API Reference

Sets a field in the AND mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task SetAndModeAsync(
	bool andMode,
	string userHandle = null
)

Parameters

andMode
Type: OnlineSystem Boolean
Specifies if the AND mode applies to the field. Set this parameter to true to enter the AND mode. This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IField SetAndModeAsync(Boolean, String)
See Also