Retrieves any fields that match all the specified tags in the data model of an app.
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
- tags
- Type:
System.Collections.Generic IEnumerable
String
List of tags. The GetMatchingFields method looks for fields that match all of the tags in this list.
Return Value
Type:Implements
IApp GetMatchingFields(IEnumerable String )See Also