SelectInfo
Properties
| Name | Description | Type | 
|---|---|---|
| qTextSearch | 
			 Text search string. Everything that matches the text is selected. This parameter is optional.  | 
	String | 
| qRangeLo | 
			 Lower value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.  | 
	Number (double) | 
| qRangeHi | 
			 Highest value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.  | 
	Number (double) | 
| qNumberFormat | 
			 Sets the formatting of a field. The properties of qFieldAttributes and the formatting mechanism are described below. Formatting mechanismThe formatting mechanism depends on the type set in qType, as shown below: Information note 
In case of inconsistencies between the type and the format pattern, the format pattern takes precedence over the type. Type is DATE, TIME, TIMESTAMP or INTERVALThe following applies: 
 Type is INTEGERThe following applies: 
 Type is REALThe following applies: 
 Type is FIXThe following applies: 
 Type is MONEYThe following applies: 
 Type is ASCIINo formatting, qFmt is ignored.  | 
	FieldAttributes | 
| qRangeInfo | 
			 This parameter is used when performing range selections or text searches in measures. Gives information about the range of selections.  | 
	Array of RangeSelectInfo | 
| qSoftLock | 
			 Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.  | 
	Boolean | 
| qContinuousRangeInfo | 
			 List of information about ranges for selections.  | 
	Array of Range | 
| qSelectFieldSearch | 
			 This parameter is true if the TextSearch is a result of a Select Field operation.  | 
	Boolean |