Book a Demo

Author Topic: How to group sections in report?  (Read 3552 times)

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
How to group sections in report?
« on: August 25, 2015, 07:53:24 pm »
Say I have project with following structure:
- A
-- a
-- b
-- c
- B
-- x
-- y

I want to get report like this:
- A
-- a
-- b
- B
-- x

I've created following model documentation structure:
<<master document>>
- <<model document>>
    - A[a]
    - A
- <<model document>>
    - B


I've expected to get following structure:
- A
-- a
-- b
- B
-- x

But get this:
-- a
-- b
-- x

no grouping((

is there any way to solve this?
« Last Edit: August 25, 2015, 07:53:58 pm by survex »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to group sections in report?
« Reply #1 on: August 25, 2015, 08:37:25 pm »
Yes, you can can add a model document for the grouping packages

So you have
<<master document>>
- <<model document>>
   - A
- <<model document>>
   -a
   -b
- <<model document>>
   - B
- <<model document>>
   -x

If you set the headings in the template for A en B to Heading 1 and the headings in the template a, b and x on Heading 2 then you get a nice structure.

Geert

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
Re: How to group sections in report?
« Reply #2 on: August 25, 2015, 09:04:32 pm »
It didn't work((

Following your example I get:

- A
-- a
-- b
-- c
- a
- b
- B
-- x
-- y
- x

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to group sections in report?
« Reply #3 on: August 25, 2015, 09:10:32 pm »
Then you should change the template for the groupings to only show the parent package name.

Geert