Book a Demo

Author Topic: Reporting from Model based on flag/conition  (Read 4091 times)

Kartik

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Reporting from Model based on flag/conition
« on: July 12, 2018, 09:41:31 pm »
Is there a way in EA to generate report based on some flag/condition set in model? I have a model which is actually generic representation of one of the product which comes in multiple variants . Is there a way I can have a tag/flag in notes section which will print report different text based on it , similarly for other elements to pick and choose depending on the product variant ?

Suresh Jayakumar

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Reporting from Model based on flag/conition
« Reply #1 on: July 12, 2018, 09:56:37 pm »
I hope you can achieve this by applying filters.

Kartik

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Reporting from Model based on flag/conition
« Reply #2 on: July 12, 2018, 10:04:14 pm »
Can I selectively choose text from the notes section or keep the text somewhere to be picked by using filters?

Arshad

  • EA User
  • **
  • Posts: 291
  • Karma: +21/-1
    • View Profile
Re: Reporting from Model based on flag/conition
« Reply #3 on: July 12, 2018, 10:13:15 pm »

Is there a way in EA to generate report based on some flag/condition set in model?

Yes you can set conditions in filters . In your case if for notes then you can set element filters from document options like below



Or

If you need a fully customizable report you need to go with Document Scripts. It gives you fully control over the report generation.
Its a combination of both scripts and templates .
For more details refer Generating Documents using Document Scripts in Enterprise Architect



Arshad