How to Validate Numeric Data Entered in the DOORS Module
We are working with DOORS 9.6 and have a doors module that looks something like follows:
| Parameters | Value | Description | Min | Max |
| <parameter-name> | <float-value> | <description-text> | <float-value> | <float-value> |
I need to put a check in DOORS in Value cell so the value stays in between min and max provided.
Min and Max and Value all have default value 0.
I am not able to find how to achieve this in DOORS module itself.