NxCurrentSelectionItem
Properties
| Name | Description | Type |
|---|---|---|
| qTotal | Number of values in the field. | Integer |
| qIsNum |
Optional parameter. This parameter is displayed if its value is true. Is set to true if the field is a numeric. |
Boolean |
| qField | Name of the field that is selected. | String |
| qLocked |
Optional parameter. This parameter is displayed if its value is true. Is set to true if the field is locked. |
Boolean |
| qOneAndOnlyOne |
Optional parameter. This parameter is displayed if its value is true. Property that is set to a field. Is set to true if the field cannot be unselected. |
Boolean |
| qTextSearch |
Optional parameter. Text that was used for the search. This parameter is filled when searching for a value and selecting it. |
String |
| qSelectedCount | Number of values that are selected. | Integer |
| qSelected | Values that are selected. | String |
| qRangeInfo |
Information about the range of selected values. Is empty if there is no range of selected values. |
Array of RangeSelectInfo |
| qSortIndex |
Sort index of the field. Indexing starts from 0. |
Integer |
| qStateCounts | Number of values in a particular state. |
NxStateCounts |
| qSelectedFieldSelectionInfo | Information about the fields that are selected. | Array of NxFieldSelectionInfo |
| qNotSelectedFieldSelectionInfo | Information about the fields that are not selected. | Array of NxFieldSelectionInfo |
| qSelectionThreshold |
Maximum values to show in the current selections. The default value is 6. |
Integer |