Click or drag to resize
IAppGetMatchingFieldsAsync Method (IEnumerableString, NxMatchingFieldMode)

Retrieves any fields that match all or one of 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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<IEnumerable<NxMatchingFieldInfo>> GetMatchingFieldsAsync(
	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 one or all of the tags in this list, depending on the value of qMatchingFieldMode.
matchingFieldMode (Optional)
Type: Qlik.EngineNxMatchingFieldMode
Matching field mode. This parameter is optional. The default value is 0.

Return Value

Type: TaskIEnumerableNxMatchingFieldInfo
See Also