GetMatchingFields method
Retrieves any fields that match all of the specified tags or just one of them in the data model of an app.
Information note
Tags set by Qlik Sense are prefixed by the $ sign.
Parameters
Name | Description | Mandatory | Type |
---|---|---|---|
qTags |
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 . |
Yes | Array of String |
qMatchingFieldMode |
Matching field mode. The default value is MATCHINGFIELDMODE_MATCH_ALL. One of:
|
No | String |
Returns
Name | Description | Type |
---|---|---|
qFieldNames |
List of matching fields. |
Array of NxMatchingFieldInfo |