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
      public 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> | 
Implements
Remarks
Tags set by Qlik Sense are prefixed by the $ sign.