Book a Demo

Author Topic: Questions about RTF reports  (Read 3200 times)

iwt2

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Questions about RTF reports
« on: July 23, 2009, 07:03:48 pm »
      
Hello all,
 
I am a new EA user and need your know-how to solve a couple of  questions I have, both related to the creation of templates for generating RTF reports.

1. How can I create "table of figures"?.

2. For other hand, I need for each requirement appears in the report only one type of element which is connected.

For example, suppose that the elements A1, A2, C3, S1, S2, A3 are connected with the requirement R.
Then,

package>
 
element>
Element.Name ()

connector>
source>
element>
SOURCE: () Element.Name
<Element
<Source
<Connector

<Child packages
<Package


Then, the previous piece of a template provides:

R

SOURCE: A1
SOURCE: A2
SOURCE: C3
SOURCE: S1
SOURCE: S2
SOURCE: A3

However, what I need is:

R

SOURCE: A1
SOURCE: A2
SOURCE: A3

Is there any way to make a filter connector section to get what I want?



Thanks for everything.  :D

A greeting from Spain.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Questions about RTF reports
« Reply #1 on: July 26, 2009, 03:01:44 pm »
1) What do you mean by"figures"?
2) not possible (AFAIK), sorry

RTF capabilities in EA are good enough for most things, but some times they miss that anoying bit you need...

Que tenga un buen dia :)
Recursion definition:
If you don’t understand the definition read "Recursion definition".

iwt2

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Questions about RTF reports
« Reply #2 on: July 26, 2009, 08:34:29 pm »
      
thanks for answering

Quote
1) What do you mean by"figures"?

I meant how to create an index of the diagrams of my project EA. Something like a list of chapters, but diagrams.

Is there any way to do this?

Quote
2) not possible (AFAIK), sorry

RTF capabilities in EA are good enough for most things, but some times they miss that anoying bit you need...

      
  Thanks for the information.

However, in the link:

http://www.sparxsystems.com.ar/download/DocExample.zip

Rtf file included in the zip appears:

"Connections

§ Used by actor Customer. A customer uses the login use case to access the book store
§ Extends link from USEC Register with Book Shop. The Register Login use case extends the use case in situations where the user does not have an account with the book store. Once registered they may complete the login use case
Section 1.01 Realization requirement to link to the website Log on
§ Realization component link from Business Logic
§ Realization link component from ASP Pages
§ Realization link from login screen "


As can be seen, there is a filter on the connections.

Depending on the type of element that is connected, you type a text or another.

What do you think?


Un saludo, le deseo un buen día también  :)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Questions about RTF reports
« Reply #3 on: July 26, 2009, 09:23:27 pm »
Maybe you should try building a model document.
you could do some search or template just to generate all diagrams in one document model(= chapter).
Regarding the fileter - there are filters, but no "distinc" filter :(
Recursion definition:
If you don’t understand the definition read "Recursion definition".