Author Topic: Linked documents in reports  (Read 2200 times)

GrahamL

  • EA User
  • **
  • Posts: 111
  • Karma: +2/-0
    • View Profile
Linked documents in reports
« on: January 28, 2020, 02:32:34 am »
Hi
I have a model element that has an associated linked document but cannot get the contents of the document to appear in my document
This is my template
Code: [Select]
package >
[right-click-to-insert-Package-field(s)]
package element >
{PkgElement.FullName}
linked document >
< linked document
< package element
< package

What am I doing wrong?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Linked documents in reports
« Reply #1 on: January 28, 2020, 03:14:22 am »
You are currently reporting on the package itself (and it's linked document), not on the elements in the package.

To do so use
package >
Element >
Linked Document >
< Linked Document
< Element
< Package


Geert

GrahamL

  • EA User
  • **
  • Posts: 111
  • Karma: +2/-0
    • View Profile
Re: Linked documents in reports
« Reply #2 on: January 29, 2020, 09:10:01 pm »
DOH!
Thank you