Skip to main content

ListRange

The number of selected values should be within the range [min,max].

Parameter table

paramunitrequireddescription
minelement(s)noThe minimum allowed number of selected values.
maxelement(s)noThe maximum allowed number of selected values.

How to setup

The rule verifies whether the number of selected values is within the specified range [min,max] If the number of selected values is outside the range, the rule will fail.

Note: the minimum (min) and maximum (max) need to be valid positive integers.

Examples

valuevalidmaxmindescription
(Cairo, Rome)31The number of selected values is within the range.
(Sydney, London, Cardiff)4The number of selected values is outside the range.
(Sydney, London, Cardiff)1The number of selected values is outside the range.