I have a CiviCRM instance, which Contacts table and a Relationships table with pairs of Contact IDs per record, like 448 and 345 have a Spouse Of relationship, etc. using PHPR 6.2
I can easily display Contacts, and show that they have say 5 Relationships, and then click those open inline (standard relationship stuff), but then the records are ugly, just the ids. I want to enable both Lookup and Drill Through...Like Oh, I see that Joe's Spouse is Jane...what do we know about Jane? Right now, I can display the IDs in the table as is, or do lookups, but not do a lookup which says "Jane" which is also a link.
Thanks in advance!