![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Report that tallies outlinks Topic Summary: Seeing which objects in module have outlinks to another module Created On: 19-Jan-2006 19:28 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I'm a DOORS (v. 7.1) newbie, so my apologies if this is a dumb question.
I have a module containing use cases and another containing requirements. Some of the UCs are linked via out links to the corresponding requirements.
Is there a way for me to generate a report or other doc that shows which req's have been linked to a UC (i.e., have been addressed) and which have not been linked?
Thanks.
|
|
![]() |
|
![]() |
|
So your end report wants to know Reqs have no link at all coming from the UC module. Try something like the psuedo code attached, running from the Req module.
If you want to display the req objects that aren't yet addressed, then at the top of the script add "filtering off". Add "reject oReq" at the top (inside) of the main loop. If you find a requirement that has no UC inlink add "accept oReq". After the main loop, insert "current = mReq; filtering on; refresh mReq" using 3 lines. - Louie |
|
![]() |
|
![]() |
|
I'll try that. Thanks!
|
|
![]() |
|
![]() |
|
You may be able to do this using the GUI.
If the links from use cases are going through a specific link module, or they are the only incoming links then you can simply apply a filter to the requirements module on in-links. ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» General Discussion
»
Report that tallies outlinks
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.