IApp SelectAssociations Method Qlik Sense .NET SDK - API Reference

Selects all search hits for a specified group.

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

void SelectAssociations(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	int matchIx,
	bool softLock = false
)

Parameters

options
Type: Qlik.Engine SearchCombinationOptions
Information about the search fields.
terms
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
List of terms to search for.
matchIx
Type: OnlineSystem Int32
Index (value of qId) of the search result. The SearchAssociations method returns the index of the search result in qResults/qSearchTermsMatched.
softLock (Optional)
Type: OnlineSystem Boolean
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional.
See Also