GetMatchingFields Method
Overloads
| GetMatchingFields(IEnumerable<String>, NxMatchingFieldMode) |
Retrieves any fields that match all of the specified tags or just one of them in the data model of an app. |
GetMatchingFields(IEnumerable<String>, NxMatchingFieldMode)
Retrieves any fields that match all of the specified tags or just one of them in the data model of an app.
Declaration
IEnumerable<NxMatchingFieldInfo> GetMatchingFields([QixName("qTags")] IEnumerable<string> tags, [QixName("qMatchingFieldMode")] NxMatchingFieldMode matchingFieldMode = NxMatchingFieldMode.MATCHINGFIELDMODE_MATCH_ALL)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | tags |
List of tags.
The |
| NxMatchingFieldMode | matchingFieldMode |
Matching field mode. The default value is MATCHINGFIELDMODE_MATCH_ALL. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<NxMatchingFieldInfo> |
Remarks
Tags set by Qlik Sense are prefixed by the $ sign.