ISelectInfo Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ISelectInfoProperties
| Name | Description | 
|---|---|
| ContinuousRangeInfo | List of information about ranges for selections. JSON property name: qContinuousRangeInfo | 
| NumberFormat | Gives information about the formatting of the range. This parameter is used when performing range selections or text searches in dimensions. JSON property name: qNumberFormat | 
| RangeHi | Highest value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null. JSON property name: qRangeHi | 
| RangeInfo | This parameter is used when performing range selections or text searches in measures. Gives information about the range of selections. JSON property name: qRangeInfo | 
| RangeLo | Lower value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null. JSON property name: qRangeLo | 
| SelectFieldSearch | This parameter is true if the TextSearch is a result of a Select Field operation. JSON property name: qSelectFieldSearch | 
| SoftLock | Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. JSON property name: qSoftLock | 
| TextSearch | Text search string. Everything that matches the text is selected. This parameter is optional. JSON property name: qTextSearch |