i have two different trees ( parent \ child reltionships ) and i have "Related" relation between them. for example:
1) First tree:
-Title
--Sub Title ( child of title ) ( related to Sub name )
2) Second tree:
-Name
--Sub Name (child of name)( related to Sub title )
an addition i have Test Case that Reference to Sub Name
i have to create some query for get this results :
-Test Case
--Sub Name ( chaild of Name )( that Reference by Test Case )
---Sub Title ( related to Sub Name )
it is possible ? How i can to do it ? thanks you very match !