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
Salesforce BlitzSalesforce Blitz 

Change page data based on picklist value(users)

Hi guys,urgent help needed here..

I have a VF page which display multiple tables(10 tables) just like a dashboard. and a custom controller

I have a picklist at top of page which displays names of available users.

When I change the user in VF page, the tables should display data only which are visible to the user selected.

Any idea of how to achieve this?
KevinPKevinP
Look at the visualforce rerender attribute on output panel.