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
rcravenrcraven 

Challenge: Report Filter Literals For Current User

We're running a dynamic dashboard, and although there are options to limit cases by ownership...i.e. "my cases" or "my teams cases"...  Does anyone know of any literal value we can use to specify "my created" or "my closed" cases instead of filtering based on ownership of cases.  We've done this in the past using parameter based reports but not sure if we can pass the running user of the dashboard... or grab the current user as a literal in the report filter criteria.

Best Answer chosen by Admin (Salesforce Developers) 
rcravenrcraven

The only method I've found to gain reference to the current user is to create custom visualforce dashboard components.