Field SelectValues Method Qlik Sense .NET SDK - API Reference

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

public bool SelectValues(
	IEnumerable<FieldValue> fieldValues,
	bool toggleMode = false,
	bool softLock = false
)

Parameters

fieldValues
Type: OnlineSystem.Collections.Generic IEnumerable FieldValue 
toggleMode (Optional)
Type: OnlineSystem Boolean
softLock (Optional)
Type: OnlineSystem Boolean

Return Value

Type: OnlineBoolean

Implements

IField SelectValues(IEnumerable FieldValue , Boolean, Boolean)
See Also