![]() |
Telelogic Lifecycle Solutions (steve huntington) | ![]() |
Topic Title: Doc express custom report (with links) Topic Summary: Doc express custom report (with links) Created On: 22-Mar-2006 01:07 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I have a doors module that has links to another module. When i generate the word document with one module, is it possible to bring in those links right below the parent link? or is this not possible?
|
|
![]() |
|
![]() |
|
Hi Steve.
By Out of the box DOORS, use the Analysis Wizard to create a column or columns, in a view which displays the required information regarding your linked objects. Use a Custom report. Ensure the Word templates that your rule file uses - e.g. use %%$Module.$Column1%%, %%$Module.$Column2%% etc. (Check exact syntax with uses manual). You can place this syntax anywhere in your templates and format accordingly. When you run a custom report, select the option: Filter using a view and select the view you've created. Providing your master template contains all the styles used by your criteria templates, this works. P.S Use DocExpress v3.4 or 3.5 - earlier versions are not very good. Hope this helps. Ewen Miller QinetiQ |
|
![]() |
|
![]() |
|
Can I bring in the linked object with all its children?
|
|
![]() |
|
![]() |
|
You would need to edit the code the wizard generates and use the following functions:-
Object first(Object o) - first child Object last(Object o) - last child Object next(Object o) -next object See DXL help under navigation from an object. e.g. to display 1st child's ID: change s=identifier(othero) to s = identifier (first(othero)) Regards, Ewen Miller |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.