Book a Demo

Author Topic: Report application components grouped on tagged values  (Read 3224 times)

FrankStanssens

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Report application components grouped on tagged values
« on: March 13, 2020, 03:37:43 am »
Dear,

In my repository I have quite a few application components. These components contain some tagged values.
I would like to create a report/document grouping the application components based on 2 tagged values.

The first tagged value that I want to group on is of type Enum
The second tagged value is of type RefGUID

It should look something like:

Enum1
    RefGuid1
        Application1
        Application2
    RefGuid2
        Application3
Enum2
    RefGuid1
        Application4

Can anyone give me some advice on how to create this?

Thanks in advance

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Report application components grouped on tagged values
« Reply #1 on: March 13, 2020, 05:01:35 am »
You should probably look into SQL fragments.

If there is a limited number of options you might also be able to use the filters on the templates to select a specific set of components.

Geert