GetFieldValuesEx method
Retrieves the values of a field per state.
Fieldvalue
| Name | Description | Type |
|---|---|---|
| qText | Text related to the field value. | String |
| qIsNumeric | Is set to true if the value is a numeric. Default is false. |
Boolean |
| qNumber | Numeric value of the field. This parameter is displayed if qIsNumeric is set to true. |
Double |
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qField |
Name of the field. |
Yes | String |
| qGetExcludedValues |
When to true, only NOT-selected values are returned. |
Yes | Boolean |
| qDataPages |
Range of returned values per state, an empty array will return the values of all states. Only one page without a state name returns the values for all states, using the start and end indices of the first page. |
Yes | BookmarkStateFieldPages |
Returns
| Name | Description | Type |
|---|---|---|
| qFieldValues |
The field values from a defined range. |
Array of StateFieldValues |
See also