function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
srinivasusrinivasu 

how to merge two related list and display.

Hi,

 

 

I need to merge two related lists (for eg; open activities and activity history)and display as one which will be a combination of columns from both list. I tried using <apex:relatedlist> but how to merge both into one and combine columns..

 

 

Please help.

bob_buzzardbob_buzzard

You'd need to do this in a custom controller, I think.  The related list components won't give you the ability to merge.