Hi Geert, thanks for the feedback.
I have already gone through the forum and found a topic which could help me most. However I would need a hand with a following SQL:
select Connector_ID, Direction, Connector_Type, t_object.Name as "Obj-Name", so.name as "Start-Name", eo.name as "End-Name"
from t_connector, t_xref, t_object, t_object so, t_object eo
where t_xref.Client = t_connector.ea_guid and t_xref.description LIKE '#WC#'+t_object.ea_guid+'#WC#' and so.object_id = Start_Object_ID and eo.object_id = End_Object_ID and t_object.name LIKE '<Search Term>'
I added this in the SQL Scratch Pad (in the "search window"), however it yields no results.
What could be an issue?
Regards,
Aljaz