Hi, is there a limit to the number of values we can put in an enumerated type? I am working with DOORS 9.5. Ivan BENILAN - Thu Apr 16 12:32:14 EDT 2015 |
Re: Max number of values in an enumerated type Have not seen a specific limit on the number of values in an enumerated type. Just tested this issue with a DXL script creating attribute type and attribute with 10001 values, and it was created OK and the attribute worked in a column OK. Of course an attribute with large number of values is somewhat cumbersome to edit in column, but it works nevertheless. So is ten thousand large enough for you? |
Re: Max number of values in an enumerated type PekkaMakinen - Fri Apr 17 01:15:39 EDT 2015 Have not seen a specific limit on the number of values in an enumerated type. Just tested this issue with a DXL script creating attribute type and attribute with 10001 values, and it was created OK and the attribute worked in a column OK. Of course an attribute with large number of values is somewhat cumbersome to edit in column, but it works nevertheless. So is ten thousand large enough for you? Thanks for your test. 10,000 values is more than enough. My need is of about 400. |
Re: Max number of values in an enumerated type Ivan BENILAN - Fri Apr 17 03:17:20 EDT 2015 Thanks for your test. 10,000 values is more than enough. My need is of about 400. 400 is a loooooooooooooong list for any enduser to scroll through and select values manually... or are you populating the module by importing from excel/csv (then it's no problem). |