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.
|
One answer
In DOORS 9.6 there is already the ability to limit inputs, then you can use the DXL scripting to do many other things.
I note that there is NO value between a Max=0 and a Min=0 unless you mean <= and >=.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.