It's all about the answers!

Ask a question

How do you create a DOORS Next enumerated attribute with blank (null) value?


Robert Huet (23112484) | asked Sep 02 '15, 3:26 p.m.
DOORS Next will not allow you to create an enumerated type with a blank or null value.  How do you specify a blank or null value in a DOORS Next enumerated data type?  This seems to be a very basic capability.

Accepted answer


permanent link
Bas Bekker (1.4k4) | answered Sep 02 '15, 5:20 p.m.
JAZZ DEVELOPER
If you use an enumeration data type in an artifact attribute, and actually start editing an artifact with that attribute, you see that you always have a blank value to choose from.

If you really want a blank value for the enumeration data type, add an enumeration entry with that label.
Robert Huet selected this answer as the correct answer

Comments
Robert Huet commented Sep 02 '15, 5:49 p.m.

Got it.  So it appears that, when importing null values from a CSV, it will pick up the initial value specified on the parameter.  Setting that initial value to <blank> will get me what I want.  Thanks.

Your answer


Register or to post your answer.