Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.
Tags set by Qlik Sense are prefixed by the $ sign.Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- fieldName
- Type:
System String
Name of the field. This method looks for fields that belong to the same archipelago as this specified field.  
- tags
- Type:
System.Collections.Generic IEnumerable
String
List of tags. This method looks for fields that match at least one of the tags in this list.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
Type Parameters
- T
Return Value
Type:Implements
IApp FindMatchingFieldsAsync T (String, IEnumerable String , Func Response, T , String)See Also