Book a Demo

Author Topic: Automate chart generation  (Read 3989 times)

ja1234

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Automate chart generation
« on: September 21, 2016, 06:49:30 pm »
General question: is it possible to automate chart generation using a script within EA? (Javascript/JScript) (not looking for external tool or similar) If yes, what is a conceptual way to realize it?

What I am looking for:
  • exporting the result of an SQL query as a chart into an Excel file
  • creating pie chart or bar chart of the elements in a folder

In a way that is done here by drag and dropping folder elements into a new diagram.

Cheers,

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13505
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Automate chart generation
« Reply #1 on: September 21, 2016, 08:54:01 pm »
Yes, that is possible using the built in scripting module.

Geert