Book a Demo

Author Topic: Fix table header in RTF reports  (Read 3315 times)

viarellano

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
Fix table header in RTF reports
« on: April 02, 2009, 03:35:24 am »
Hi all.

I need to know how can i set a fixed header for a data table in a RTF report so the elements will be listed below it.

Each time i try it, the header appears per every element in the list.

I think it is easy but .... need to sleep????

Thanks


Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Fix table header in RTF reports
« Reply #1 on: April 02, 2009, 04:03:44 pm »
Make sure there is no blank line after the table - pre the next section.
http://www.sparxsystems.com/uml_tool_guide/enterprise_architect_reports/rtftemplateeditortabularse.html
See the section on tables in the whitepaper on RTF reporting.
« Last Edit: April 02, 2009, 04:24:13 pm by Dermot »

viarellano

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
Re: Fix table header in RTF reports
« Reply #2 on: April 03, 2009, 12:08:53 am »
Well, thank for the help, i tried as it seems in the examples in the white paper but it does not work, maybe only in my PC.

After all, I have got it. The trick is as follows:


package >
NAME      STEREOTYPE
[highlight]element >[/highlight]
{Element.Name}      {Element.Stereotype}
< element
< package

Instead of:

package >
[highlight]element >[/highlight]
NAME      STEREOTYPE
{Element.Name}      {Element.Stereotype}
< element
< package


Regards.

Vi