Forum Discussion

lizrowden's avatar
lizrowden
Helper I
7 years ago

Drill Through Capability with multiple fields

I have a primary table that contains multiple fields, but in particular:

Call Id # (primary key), Previous Call Id (can be Null)

 

There are many related tables to the CallId and I have a drill-through page that presents the details related to the CallId. Main Report shows: Call Id, PreviousCall Id in one row of a table. I have a drill-through based on Call Id.

 

Users would like a drill through to Previous Call Id information. Previous Call Id would present all the same information from the same tables as the Call Id. How do I make this work without brining in a separate set of Call tables with the same info and joining on Previous Call Id instead of Call Id.