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

Query and display data in different table based on a feild
Hi All,
Can someone please let me know how can I seperate data received from a query into different tables in my vf page based on the value of a field being fetched?
Regards
Can someone please let me know how can I seperate data received from a query into different tables in my vf page based on the value of a field being fetched?
Regards
- Bind List of Wrapper class to VF page instead of binding SObject result.
Regards,
Niket
Thanks for your reply. But me being a newbie on the development side it would be really helpful if you could share some sample code if you have. My aim is to show the open orders and invoiced orders in different tables in the related tabs of account page. So i this case I am querying in the orders table but i will have to segregate the output into different table based on whether they are open or invoiced.
Regards