Book a Demo

Author Topic: Reporting a state transition list  (Read 3083 times)

Marco Schramp

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Reporting a state transition list
« on: September 21, 2011, 06:50:05 pm »
I'm trying to report a state transition list from a state transition model, but failed to do so far.

Steps I've done:
- start with empty EA database
- I created a simple state diagram (state objects connected with transition connectors)
- Then I created the following RTF report definition using as a base template None:
[highlight]package >[/highlight]
[highlight]connector >[/highlight]
{Connector.Type}:
[highlight]source >[/highlight]
[highlight]element >[/highlight]
From: {Element.Name}
[highlight]< element[/highlight]
[highlight]< source[/highlight]
[highlight]target >[/highlight]
[highlight]element >[/highlight]
To: {Element.Name}
[highlight]< element[/highlight]
[highlight]< target[/highlight]
[highlight]< connector[/highlight]
[highlight]< package[/highlight]
- Then selecting the package that has the state transition and hit F8: create a report using the template.
- Result: empty report.....

Apparently I'm missing something. Can anyone add some hints to get my report to work? Even, the trivial one?

Version info: EA 9.0 build 906
If needed, the EA database I used for this sample can be provided.
« Last Edit: September 21, 2011, 08:12:57 pm by mschramp »