Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Thomas Arnbjerg on February 21, 2024, 09:02:48 pm

Title: Report generation and empty sections
Post by: Thomas Arnbjerg on February 21, 2024, 09:02:48 pm
I'm generating design specifications from class diagrams with one section for attributes and one for methods. I use tables with the column headers outside the section with attribute/method details.
Occasionally a section is empty (no attributes or methods) which results in a table with only the column headers. Is there a way to avoid this?
Title: Re: Report generation and empty sections
Post by: Geert Bellekens on February 21, 2024, 10:32:41 pm
Yes, you can either use fragments that include the header, or bookmarks with start/End to hide the part you don't want to see.

Geert
Title: Re: Report generation and empty sections
Post by: Thomas Arnbjerg on February 21, 2024, 10:33:28 pm
Thanks!