| ISelectInfo Interface |
Namespace: Qlik.Engine
The ISelectInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| NumberFormat | Gives information about the formatting of the range.
This parameter is used when performing range selections or text searches in dimensions. | |
| RangeHi | Highest value of the search range.
This parameter is used when performing range selections or text searches in dimensions.
Default is Null. | |
| RangeInfo | This parameter is used when performing range selections or text searches in measures.
Gives information about the range of selections. | |
| RangeLo | Lower value of the search range.
This parameter is used when performing range selections or text searches in dimensions.
Default is Null. | |
| TextSearch | Text search string.
Everything that matches the text is selected.
This parameter is optional. |