Book a Demo

Author Topic: RTF Templates: help!  (Read 2295 times)

iwt2

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
RTF Templates: help!
« on: August 12, 2009, 08:12:03 pm »
Hello everyone,

I need your help. I can't do a thing. I have the following (RA-01.AGRUPACION1 element) :



I need to make a template that returns this:

OBJ-09.Ges...
OBJ-08.Gesti...
OBJ-05.Inte...
OBJ-04.Inter...
OBJ-03.Gestió...
OBJ-02.Nave...

I am using the following code in the template:

connector >
target >
element >
{Element.Name}
< element
< target
< connector


Moreover, in "options document" I have excluded all connector types except "realisation". however, to apply the template I get:

RA-01.AGRUPACION1
OBJ-09.Ges...
OBJ-08.Gest...
OBJ-05.Inte...
OBJ-04.Interacc...
OBJ-03.Gest...
OBJ-02.Naveg...

Because do you know the name of the RA-01.AGRUPACION1 element? What am I doing wrong?

Thanks in advance.    :)

iwt2

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: RTF Templates: help!
« Reply #1 on: August 14, 2009, 08:34:27 pm »
      
I found the solution by using the section:

external requirements >
•      {ElemExtRequirement.Name}
< external requirements

 ;D ;D ;D ;D :D :D :D
« Last Edit: August 14, 2009, 08:34:50 pm by iwt2 »