Default
Type
Value
Since
1.2
Description
This property defines the initially selected value(s) for a selector. The values returned by the expression hold in this property should be a subset of the options, otherwise the system will raise an exception.
If the selector is a single-selector, the default-value only should return one value. Otherwise multiple values can be returned and will be selected initially.
If you define a default for a interval-selector, your default-expression should return two keys. The first will set the from- and the second the to-value.
Examples
Default = "Product:ProductA"
Default = "LAST( LEVEL( Time, 2 ) )"
Default = "5"
See also
Match
