FindMatchingFields method
Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.
Information note
Tags set by Qlik Sense are prefixed by the $ sign.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qFieldName |
Name of the field. This method looks for fields that belong to the same archipelago as this specified field. |
Yes | String |
| qTags |
List of tags. This method looks for fields that match at least one of the tags in this list. |
Yes | Array of String |
Returns
| Name | Description | Type |
|---|---|---|
| qFieldNames |
List of matching fields. |
Array of NxMatchingFieldInfo |