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
John Angerami 16John Angerami 16 

Customizable Forecast Report

I am trying to create a Customizable Forecasting report and have the graph appear on a visualforce page.
There is a link on the top that says 'Run as Me' or 'Run as Role' which I need it to automatically be set as 'Me' for the user viewing the visualforce page.

My VF code is just pulling in the chart:
<analytics:reportChart reportId="00O20000007SNcO" size="medium"></analytics:reportChart> 

However, each user is seeing the chart as me, not as themselves.
How can I change this?
NagendraNagendra (Salesforce Developers) 
Hi John,

Please refer to the below link to get some idea 
https://navyj246.wordpress.com/2014/05/24/visualforce-report-on-forecast-object/

Hope this helps.

Best Regards,
Nagendra.P