Book a Demo

Author Topic: Exclude a package from HTML export  (Read 3408 times)

jack89

  • EA User
  • **
  • Posts: 49
  • Karma: +0/-1
    • View Profile
Exclude a package from HTML export
« on: November 05, 2020, 07:38:57 pm »
Hi all,

I usually share my model in HTML format. If my project structure looks like:

- Package A
|
---> Package B
|
---> Package C

Exporting package A, EA also export the contained packages (B and C).

My question is: is there any method in order to exclude for example package C from export of package A?

Thank you in advance

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Exclude a package from HTML export
« Reply #1 on: November 05, 2020, 07:59:31 pm »
What we do is

- Create a copy of the model
- Delete the packages we don't want in the HTML export
- Generate the HTML export

There is also an option in Design | Model | Manage | Report Options to exclude the package from generated reports.
I'm not sure if this applies to the HTML report as well.

Geert

jack89

  • EA User
  • **
  • Posts: 49
  • Karma: +0/-1
    • View Profile
Re: Exclude a package from HTML export
« Reply #2 on: November 06, 2020, 01:11:09 am »
What we do is

- Create a copy of the model
- Delete the packages we don't want in the HTML export
- Generate the HTML export

There is also an option in Design | Model | Manage | Report Options to exclude the package from generated reports.
I'm not sure if this applies to the HTML report as well.

Geert

Thank you, it works even with HTML report.