Book a Demo

Author Topic: RTF Generator Excludes Elements from Report  (Read 3327 times)

AndyH

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
RTF Generator Excludes Elements from Report
« on: November 04, 2010, 09:49:19 pm »
I am trying to run a report which displays a diagram and lists all of the elements on that diagram in a table with their associated notes field.  The report is running on a package which contains the diagram with roughly the following syntax:

package>
diagram>
{Diagram.DiagramImg}
element>
Element.Name and Element.Notes in a table format
<element
<diagram
<package

Some of the elements are in the same package as the diagram and some are not.  There are BusinessProcess, DataObject and Role elements on the report connected up by sequence flows and message flows depending on the context.

When I run the report, information for all of the elements is displayed except the BusinessProcess types which are not in the package being reported on.  Information for DataObject and Role types which are not in the package is displayed.  Information for BusinessProcess types which are in the package (or its subpackages) is displayed.  It seems to be just the BusinessProcess types outside of the package structure being reported on that are excluded.

Can anyone help?

Thanks

Andy

alesliehughes

  • EA Administrator
  • EA User
  • *****
  • Posts: 104
  • Karma: +0/-0
    • View Profile
Re: RTF Generator Excludes Elements from Report
« Reply #1 on: November 05, 2010, 09:16:32 am »
Two thing that should help
1. Ensure that the Diagram -> Element section is enabled in the template
2. Check "Include all Diagram Elements in Report" on the Generate dialog.

Alistair