You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Number
This type checks the boundaries of an attribute with base type number, integer, currency or percentage.
Syntax
<maxIncl><minIncl><maxExcl><minExcl>
maxIncl - The attribute value should be less than or equal to this value.
minIncl - The attribute value should be greater than or equal to this value.
maxExc - The attribute value should be less than this value.
minExcl - The attribute value should be greater than this value.
Examples
Parameters | Value | Result |
---|---|---|
<><0> | 0 | valid |
<><><><0> | 0 | invalid |
<><><><0> | 1 | valid |
<120><><><0> | 120 | valid |
<><><120><0> | 120 | invalid |
<><><120><0> | 119 | valid |
<5.1345><><><1.2345> | 5.1345 | valid |
<5.1345><><><1.2345> | 1.2345 | invalid |
Overview
Content Tools