Click or drag to resize
AppGetMatchingFields Method

Retrieves any fields that match all the specified tags in the data model of an app.

Tags set by Qlik Sense are prefixed by the $ sign.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IEnumerable<NxMatchingFieldInfo> GetMatchingFields(
	IEnumerable<string> tags,
	NxMatchingFieldMode matchingFieldMode = NxMatchingFieldMode.MATCHINGFIELDMODE_MATCH_ALL
)

Parameters

tags
Type: System.Collections.GenericIEnumerableString
List of tags. The GetMatchingFields method looks for fields that match all of the tags in this list.
matchingFieldMode (Optional)
Type: Qlik.EngineNxMatchingFieldMode

Return Value

Type: IEnumerableNxMatchingFieldInfo

Implements

IAppGetMatchingFields(IEnumerableString, NxMatchingFieldMode)
See Also