Book a Demo

Author Topic: RTF Genration - Selective Information from Diagram  (Read 3574 times)

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
RTF Genration - Selective Information from Diagram
« on: August 16, 2013, 08:52:27 pm »
I need to put specific information from EA views into the rtf template. sample scenario:

I have a EA model with diagrams and elements as below:

Diagram name ElementsTag/Value
Diagram 1 Element 1Status/New; Stage/Analysis
Diagram 2 Element 2Status/Old; Stage/Design

I want in my rtf section 1.1, the below table:
Component Name Status
element 1 New
element 2 Old

and in section 1.2, the below table
Component Name Stage
element 1 Analysis
element 2 Design

How do I acheive this?

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: RTF Genration - Selective Information from Dia
« Reply #1 on: August 20, 2013, 01:07:36 am »
Hello,

make a Master Document (a package with stereotype) und put two model documents in it. The Master Package has a template for general things like headers.

The first contains the package and the template 1.
The second contains the same package and the template 2.

The SPARX example model shows an example.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: RTF Genration - Selective Information from Dia
« Reply #2 on: August 23, 2013, 01:59:11 am »
Thank you. I will try this.