Book a Demo

Author Topic: Question re: Search  (Read 3105 times)

ssands

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Question re: Search
« on: November 12, 2014, 10:15:44 am »
Hi all, I'm new to the Search capabilities of EA and am trying to use the Search Builder. What I want to do is:

Given a specific component, I want to find every other component connected to it and list the association type and Dataobject transmitted, and the association stereotype.

So, if I select Element, I was hoping that there was a Link item in the include choices, but there isn't.

Any thoughts I how I might create this query?
I'm clearly missing something here. Any help or pointers are appreciated.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Question Search
« Reply #1 on: November 12, 2014, 06:06:05 pm »
Hi,

You'll need an SQL search to pull that off.
See my article on EA's SQL searches: Harvesting the power of EA’s SQL searches

Geert

ssands

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Re: Question Search
« Reply #2 on: November 13, 2014, 04:38:06 am »
Quote
Hi,

You'll need an SQL search to pull that off.
See my article on EA's SQL searches: Harvesting the power of EA’s SQL searches

Geert
Thanks for the reply Geert. I checked out your article, now I'll delve into the tables!