> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-rules/must-be-between-two-values.md).

# Must be Between Two Values

This rule requires that the field value is between two numeric values. For example Field A must be between 1.2 and 4.6

{% hint style="success" %}
You can as many of these rules as you like and it will check against any one of them.
{% endhint %}

![](/files/-Ma4JUD4Atpnzjw7U9Qj)

### Rule Parameters

| Parameter                              | Description                                                                                                                                                                                                                                                    |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Can be equal to the values (No or Yes) | Used to decide if you are allowing the value to be equal to the outer boundary or not. For example: Must be between 4.6 and 5.2, if "Yes" is set here, then the value **can** be equal to 4.6 or 5.2. Otherwise it must be greater than 4.6 and less than 5.2. |
| Must be greater than value             | The value your field must be greater than, e.g. 4.6                                                                                                                                                                                                            |
| Must be less than value                | The value your field must be less than, e.g. 5.2                                                                                                                                                                                                               |
