Book a Demo

Author Topic: element.realizes in RTF  (Read 2886 times)

tshan

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
element.realizes in RTF
« on: October 12, 2010, 01:48:10 pm »
Hi,

I have an RTF template that displays each diagram within a package and under each diagram, the elements (ie activities) that are on that diagram.

I want to show which requirements are realized by each activity.  I have inserted the element.realizes field, but this returns nothing, even though the relationships between the activity and requirements are set to the activity realizing the requirement.

I can use the external requirement element in the RTF template, but this means that i get all the diagrams printing 1st, then all the activities and external requirements coming afterwards.  I really want them to show like:

diagramImg1
activity1 - realized req 1, realized req 2
activity2 - realized req 3, realized req 4

diagramImg2
activity2 - realized req 3, realized req 4
activity3 - realized req 5

etc.

Any suggestions to

a/ what the "element.realizes" field should show?  i can't seem to get it show anything.
b/ how I can achieve what I'm trying to do.

Many thanks,

Tom

tshan

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: element.realizes in RTF
« Reply #1 on: October 12, 2010, 01:51:15 pm »
btw, this the current template:

package >
{Pkg.Name}

diagram >
{Diagram.DiagramImg}

element >
{Element.Name}  {Element.Realizes}

< element
< diagram
child packages >
< child packages
< package


cheers.
Tom