Previous Topic: Validation Settings for Dataset VariablesNext Topic: Define a ValueMap as an Array


Arrays with Indexed Values

You can define a dataset variable to store a single value or an array of indexed values. You can access each value in an indexed array. You can define the indexed fields in a single or double dimension array.

Each dimension in an array begins with indexed value [0] and continues in sequence with [1], [2], then [3], and can continue with any number of additional values. In expressions, represent a dimension, or level, of an array with bracket notation. Each level of an array supports JavaScript array properties and methods.

The default type of field is to store a single value. To specify that a field store an indexed list of values, select the Array check box and configure the indexed values.