How to filter on multiple names in DOORS Next Gen / RRC view
I want to reopen the next question. Do you know if it is possible to do it whith javascript or something like this??
Suppose I have a set of requirements in a DOORS Next Gen / RRC project, and the name of each requirement in the project contains "-A-", "-B-", "-C-", or "-D-". I know how to create a view filter that shows me all of the requirements with "-A-" in the name. I also know how to create a view filter that shows me all of the requirements that do not have "-A-" in the name. That's done with the name filter, using "contains" or "does not contain" "-A-".
|
2 answers
If you add 2 filters then they are combined with a logical AND.
There is no way to combine filters with a logical OR at this stage in DNG like there is in DOORS Classic.
>>What I don't know how to do is create a view that shows all of the requirements that contain "-A-" or "-B-"
This is not possible
>>or a view of the requirements that contain neither "-A-" nor "-B-"
This is possible by creating 2 filters 'does not contain -A-' and 'does not contain -B-'
They will be combined with logical AND by default
|
There are some existing DNG enhancement requests on this topic, like this relatively new one:
See also http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=115219 in the RFE community
|
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.