Book a Demo

Author Topic: Simple report EA Packages hiearchy  (Read 3424 times)

Marc Lampron

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Simple report EA Packages hiearchy
« on: May 14, 2015, 05:19:08 am »
Hi everyone,

I need some help. I had some success defining templates to generate documents, some simple ones, some more complexes. I understand the basic of Master documents and Virtual documents, but for some reason I am not able to do a very simple report.

I am trying to generate a document that presents the hierarchy of packages structure from a subset of an EA project.  I do not need anything more that the Packages Names and Notes in a hierarchical structure. My model structure may have up to 10 levels deep but all I need are packages from the first 3 levels but not all of them, only those that have a specific keyword, say "MainStructure".

I just need something like this:

Package 1 name
    the package 1 notes
    Package 1.1 name
        the package 1.1 notes
    Package 1.2 name
        the package 1.2 notes
       Package 1.2.1 name
            the package 1.2.1 notes
    Package 1.3 name
        the package 1.3 notes
Package 2 name
    the package 2 notes
Package 3 name
    the package 3 notes
    Package 3.1 name
        the package 3.1 notes
...etc...

Ideally, the Package names are Table of content entries (TOC) with the proper level of indentation.
I can easily have all the packages hierarchy down to level 10 but I was never successful in restricting the list of packages included in the report with a selection criterion on the keywords properties. In the report definition I can specify selection criteria on ELEMENTS but I can’t do the same for PACKAGES.
Any ideas.