Book a Demo

Author Topic: RTF document filter  (Read 2781 times)

andrev

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
RTF document filter
« on: July 18, 2017, 04:21:09 am »
Hello, I'm using document template creation, but when i command to display the elements of a diagram, it is bringing all the actors that already had link with the Usage case, but i just want the actor in the diagram, how to filter to only show what i want?

my template structure is:
Code: [Select]
package >
{Pkg.Name}
package element >
< package element
diagram >
{Diagram.DiagramImg}
element >
< element
< diagram
element >
{Element.Name}

{Element.Notes}
connector >
source >
element >
 {Element.Name}

 {Element.Notes}
< element
< source
< connector
< element
< package

« Last Edit: July 19, 2017, 04:08:35 am by andrev »