Book a Demo

Author Topic: HTML report for several root nodes?  (Read 4042 times)

Mesple

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
HTML report for several root nodes?
« on: March 16, 2018, 04:05:51 am »
Hi all,
Is-it possible to generate HTML report of several root nodes of my projet?
Thanks for your response,
Olivier

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: HTML report for several root nodes?
« Reply #1 on: March 20, 2018, 03:09:32 am »
Hello,

This is one of the more bizarre limitations in EA.
The way around it is to create a master document for your HTML export. You can't drop root nodes as packages onto a model document, but you can drop view-level packages.

This of course means the root nodes are not included in the generated HTML, which means you lose one level in the model tree. But you can modify the names of the model document attributes without losing the links to the actual packages, which means you can impose a naming scheme like
root1 -- view1
root1 -- view2
root2 -- view1
root3 -- view1
root3 -- view2

It's not perfect, but at least you can include all the model content in one HTML generation, and see what root node each view-level package belongs to in the (flattened) result.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.

Mesple

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: HTML report for several root nodes?
« Reply #2 on: March 21, 2018, 09:07:32 pm »
ok, thanks!

Olivier