Join same table twice
Content
We have a table called Relationship contain two Contact Ids (SubjectContact and ObjectContact).
I have to create a report to display the contact names for both Id's.
I can join contact table with Relationship object(Contact.Id = Relationship.SubjectContact) and get contact full name. How can I create a Contact join again with Relationship.ObjectContact to get the full name of Object Contact.
Any help is greatly apprecaited.
Tagged:
0