NxCurrentSelectionItem
Properties
| Name | Description | Type |
|---|---|---|
| qTotal | Number of values in the field. |
Integer |
| qIsNum | This parameter is displayed if its value is true. Is set to true if the field is a numeric. This parameter is optional. |
Boolean |
| qField | Name of the field that is selected. |
String |
| qLocked | This parameter is displayed if its value is true. Is set to true if the field is locked. This parameter is optional. |
Boolean |
| qOneAndOnlyOne | 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. This parameter is optional. |
Boolean |
| qTextSearch | Text that was used for the search. This parameter is filled when searching for a value and selecting it. This parameter is optional. |
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 |
| qReadableName | Label that, if defined, is displayed in current selections instead of the actual expression. |
String |
| qIsHidden | Optional parameter. Indicates if the selection is to be hidden in the Selections bar. Is set to true if the current selection is hidden. |
Boolean |