Book a Demo

Author Topic: RTF reports and sections in master documents  (Read 2055 times)

Culpers

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
RTF reports and sections in master documents
« on: November 13, 2008, 02:15:54 am »
I have created a master document contaning a set of model documents. The model documents have packages assigned to them and templates assigned via the tagged values.
I have two problems:
1. Each section in the final document starts at header level 2 rather then header level 1 that I need.
2. How can I set the section names in the final document? - I would like to use the names of the model documents.

To explain better this is what I have:
Master document
  Model document - Actors
      Attribute - Actor Package 1
      Attribute - Actor Package 2
   Model document - Use Cases
      Attribute - UC Package 1
      Attribute - UC Package 2

This is the RTF document I get out:
Heading 2 - Actor Package 1
Heading 2 - Actor Package 2
Heading 2 - UC Package 1
Heading 2 - UC Package 2

but I would like:
Heading 1 - Actors
Heading 2 - Actor Package 1
Heading 2 - Actor Package 2
Heading 1 - Use Cases
Heading 2 - UC Package 1
Heading 2 - UC Package 2

Thanks in advance.