Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: GrahamL on January 28, 2020, 02:32:34 am

Title: Linked documents in reports
Post by: GrahamL 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?
Title: Re: Linked documents in reports
Post by: Geert Bellekens 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
Title: Re: Linked documents in reports
Post by: GrahamL on January 29, 2020, 09:10:01 pm
DOH!
Thank you