value

Common Properties for properties shared with other components.

Specifies the aggregation method for the measure displayed in the Selection component. This is equivalent to selecting a method from the ‘Aggregate’ menu under the Data tab of the component ‘Properties’ dialog box.

Type

Example

alert(SelectionList1.value)

Either syntax below can be used in component script:

value                    // unqualified
SelectionTree1.value     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.