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
subbaiah Godenasubbaiah Godena 

Reports & Dashboards

Hi
how to generate reports through apex programing and in that reports create the dashboard please ?
Naval Sharma4Naval Sharma4
Hi Subbaiah,

You can use Reporting API (Apex version) to ead several reports, mash the data up in a custom controller, and display the processed data on a Visualforce page. That data can be used to create dashboard.

You can refer following links.
https://developer.salesforce.com/page/Integrating_Chatter_and_Building_Custom_Dashboards_Using_the_Reporting_API
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportdata.htm

I hope this will help you.

Thanks,
Naval