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
Kris HankinsKris Hankins 

Passing dynamic filters to reports

Our org has a need for creating a custom link on the user page where it opens up a new window that displays a custom dashboard. I have all of that in place. What I need to do is add the filter criteria dynamically based on the {!User.Name} field. I am pulling two reports into the dashboard. One is an Opportunity report and the other is a custom object report. If I put two links on the User page layout I can assign the filter criteria no problem using ?pv0= but I can't find a way to pass this criteria over to a dashboard where it would need to be inserted into two separate reports. Any suggestions?