Book a Demo

Author Topic: How to put a search query on an element in a diagram?  (Read 4435 times)

MICHEL ADRIANO AGOSTINI

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
How to put a search query on an element in a diagram?
« on: October 17, 2018, 11:27:20 pm »
I have a project with dozens of use cases, all numbered, and I need a diagram that shows me the largest number of this use case.
The ideal would be through a query, how do I put a query queried information from elements within a diagram?
I will put this result for other queries, so I do not want to use basic search, but rather put in a diagram.

TKS

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to put a search query on an element in a diagram?
« Reply #1 on: October 17, 2018, 11:36:57 pm »
You can use an SQL search and then drag the contents onto a diagram.
Or write a script that executes your query and puts the elements on a diagram.

Geert

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: How to put a search query on an element in a diagram?
« Reply #2 on: October 18, 2018, 08:14:32 am »
Create a Dashboard diagram and you get toolbox for pie charts, bar charts and model views. Drag a model view onto the diagram and the put your custom SQL into the Chart Source property.
Happy to help
:)

MICHEL ADRIANO AGOSTINI

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: How to put a search query on an element in a diagram?
« Reply #3 on: October 19, 2018, 08:09:37 am »
Create a Dashboard diagram and you get toolbox for pie charts, bar charts and model views. Drag a model view onto the diagram and the put your custom SQL into the Chart Source property.


Great, tks