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

Report using Vf page
Hi Friends
I have one sound challenge in my job like i have 10 group with record .i want to design a report uisng vf page which is gruoping the record ..
I have one sound challenge in my job like i have 10 group with record .i want to design a report uisng vf page which is gruoping the record ..
You just want to show all records with their group on a VF page right ?
You can just refer the below link for same. basically you will be needing wrapper class to hold teh data and using repeat inside repeat you should be able to show .
Just refer below link where they are showing all accounts and related contacts..in your case it will be group and related user and then you can frame query and wrapper class accordingly which will help you to show.
https://developer.salesforce.com/forums/?id=906F000000096qGIAQ
go through with each post of below link then you will be able to relete and get it done on your own.
Please check and let me know if that helps you.
Thanks,
Sandeep