FindMatchingFields Method
Overloads
FindMatchingFields(String, IEnumerable<String>) |
Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags. |
FindMatchingFields(String, IEnumerable<String>)
Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.
Declaration
IEnumerable<NxMatchingFieldInfo> FindMatchingFields([QixName("qFieldName")] string fieldName, [QixName("qTags")] IEnumerable<string> tags)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName |
Name of the field. This method looks for fields that belong to the same archipelago as this specified field. |
System.Collections.Generic.IEnumerable<System.String> | tags |
List of tags. This method looks for fields that match at least one of the tags in this list. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxMatchingFieldInfo> |
Remarks
Tags set by Qlik Sense are prefixed by the $
sign.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!