Book a Demo

Author Topic: Poputlate diagram with elements from SQL  (Read 5666 times)

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Poputlate diagram with elements from SQL
« on: July 25, 2019, 02:24:15 pm »
Is it possible to populate a diagram using a SQL query to acquire the elements
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Poputlate diagram with elements from SQL
« Reply #1 on: July 25, 2019, 02:38:09 pm »
It is for a Kanban diagram. Which is just a diagram showing the elements in columns.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Poputlate diagram with elements from SQL
« Reply #2 on: July 25, 2019, 03:03:01 pm »
Pretty easy to do with a script, but you can also do it manually.
Use the SQL query in a search, and then drag the elements from the search results to the diagram.

Geert

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: Poputlate diagram with elements from SQL
« Reply #3 on: July 26, 2019, 06:22:38 am »

Thankyou both.


I need to add to my requirements, I simply want the diagram, when opened, to run the SQL script to populate the diagram.
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Poputlate diagram with elements from SQL
« Reply #4 on: July 26, 2019, 08:09:14 am »

Thankyou both.


I need to add to my requirements, I simply want the diagram, when opened, to run the SQL script to populate the diagram.
We run our auto-populate scripts (MS Access macros) outside EA via our Helper process.  In our case, the population doesn't need to be live so we can schedule the updates externally.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Poputlate diagram with elements from SQL
« Reply #5 on: July 27, 2019, 04:13:26 am »