GetMatchingFields Method
Overloads
GetMatchingFields(IEnumerable<String>, NxMatchingFieldMode) |
Retrieves any fields that match all of the specified tags or just one of them in the data model of an app. |
GetMatchingFields(IEnumerable<String>, NxMatchingFieldMode)
Retrieves any fields that match all of the specified tags or just one of them in the data model of an app.
Declaration
public IEnumerable<NxMatchingFieldInfo> GetMatchingFields([QixName("qTags")] IEnumerable<string> tags, [QixName("qMatchingFieldMode")] NxMatchingFieldMode matchingFieldMode = NxMatchingFieldMode.MATCHINGFIELDMODE_MATCH_ALL)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | tags |
List of tags.
The |
NxMatchingFieldMode | matchingFieldMode |
Matching field mode. The default value is MATCHINGFIELDMODE_MATCH_ALL. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxMatchingFieldInfo> |
Implements
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!