Author Topic: Report Generation  (Read 2632 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Report Generation
« on: September 20, 2012, 06:13:56 pm »
Hi,

I'm creating some report which lists all classes and their methods. How can I avoid to list classes without methods and classes with name that contains "Enum" word. And also how is it possible to export my document template with filter for example to different ea environment?

Thanks.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Report Generation
« Reply #1 on: September 24, 2012, 03:40:26 pm »
With the RTF template you can include Element Filter:
File | Document Options -> Element Filter.
This can be used to filter out element where Name 'contains' "ENUM".
in terms of fitering out Element with no Methods, I am not aware of any method to do this other than using Virtual Documents and using a SQL script.

With Document export - this does only export the RTF document - the filter are not stored in the document itself. If you want templates + filters across other areas you can look at exporting them as an MDG technology.
« Last Edit: September 24, 2012, 03:42:07 pm by Dermot »

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Report Generation
« Reply #2 on: September 24, 2012, 08:47:59 pm »
Thanks. It's clear.