Click or drag to resize
SearchFieldMatchValues Property
Positions of the matching values in the search results. The maximum number of values in this list is defined by qMaxNbrFieldMatches.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IEnumerable<long> Values { get; set; }

Property Value

Type: IEnumerableInt64

Implements

ISearchFieldMatchValues
See Also