+ 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.