Book a Demo

Author Topic: RTF generation with dependency  (Read 3436 times)

tfcj

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
RTF generation with dependency
« on: October 18, 2012, 01:15:07 am »
Hi,

sorry if its a repeated topic, but I didn't found out anything about it.

I'm generating an RTF file for my tests and I made my own template that includes requirements, inputs, outputs, etc.. all of what I want..except for dependencies.

I cannot find when editing template what should I include for dependencies to appear in RTF file. Any help?

Thanks,
  Telmo

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: RTF generation with dependency
« Reply #1 on: October 18, 2012, 04:37:24 am »
Hi,

you find them at "connectors" in the template designer:-).

That may be the easierst possibility.

Other possibilites:
- Add the relationship matrix to the template.
- Add a model search to the report
- Create your own report generator

But i assume, you may take the first one.

Greetings

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

tfcj

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: RTF generation with dependency
« Reply #2 on: October 18, 2012, 09:05:01 pm »
Hi,

thanks for the reply. My problem is that when I add "Connector->Target->Element" it will should not only dependencies but also realizations. So it shows all connectors.

There isn't a way to show only dependency or to filter out realization connections, or other way?

Thanks

tfcj

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: RTF generation with dependency
« Reply #3 on: October 19, 2012, 12:10:50 am »
Hi again,

I found the solution.

On Edit Template, under File -> Document Options I just need to:
Exclude connector type: Realization
Connector Direction: Source->Target

And it excludes realizations and only appears on test that are dependent.

Thanks for the help  ;)