Book a Demo

Author Topic: RTF Report Generation Tool - Package Filters  (Read 3841 times)

Sagi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
RTF Report Generation Tool - Package Filters
« on: December 14, 2016, 04:48:48 am »
Hi - EA's report generation feature is great, but having some issues.

1.   Generating filters for packages
         a.   EA has filters allowing for element filters and they’re easy to implement, however when it comes to package filters, it’s much harder.
         b.   I’m trying to use {Pkg.Name} and grab only certain package names.
                 i.   Example Package structure:
---------------------------------------------------------------------------------
1.   Base Package
      a.   SubPackage
               i.   Sub-sub-Package
                        1.   Use case
                                a.   Activity diagram
                                b.   Elements
      b.   Sub package
                i.   Sub-sub package
                        1.   Use case
                                a.   Activity diagram
                                b.   Elements
---------------------------------------------------------------------------------

c.   How would I only call {Pkg.Name} for the packages shown in red text?

Thanks.