You need to sign in to do that
Don't have an account?

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.
You'd need to do this in a custom controller, I think. The related list components won't give you the ability to merge.