![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Analysis Wizard columns in Partitions Topic Summary: Analysis Wizard columns in Partitions Created On: 20-Sep-2007 15:14 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
When I partition a module with an Analysis Wizard created column it gets populated with the text "<>" in the away database. This appears to be becuase Anaylsis Wizard references modules by thier ID number - and this ID number is different in the away database than in the home database. If I re-run the analysis wizard in the away database the new column works OK - but this is a pain. I don't want to have to recreate all my anaylsis wizard columns whenever I partition away and I don't want customers to see "<>" all over my views. Anyone know of an easier solution? E.g. is there an alternative syntax that I could use to make the analysis wizard DXL code find the module by name rather than number reference? I have coding skills but havn't quite got my head around DXL yet. As an aside - is there a DXL reference manual (better than the one in the DOORS help - which I have never found much help). We are using DOORS 7.1 for both hame and away a databases. Thanks, Ali Edited: 20-Sep-2007 at 15:16 by Alastair Beadle |
|
![]() |
|
![]() |
|
//For illustration puproses on outlink script created by wizard,
//you can do something similar to following: //Replace line denoted with //Old by lines denoted by //new if (!equal(getItem otherMod, (itemFromID limitModules[depth-1]))) continue //Old string sName = fullName(otherMod) //new if( sName !="/Path/ModuleName") continue //new |
|
![]() |
Telelogic DOORS
» General Discussion
»
Analysis Wizard columns in Partitions
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.