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
ajayreddy200ajayreddy200 

How to create Reports and Dashboards in VF Pages?

Hi all,

 

How to create Reports and Dashboards in VF Pages?

 

Can u please give me soluton with Examples

 

Thnaks for rply

Navatar_DbSupNavatar_DbSup

Hi,


You can use apex:chart or google api to display a dashboard inside the VF page. Please go through the link below for apex:chart:


http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm

 

And For Google Api:


http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_advanced_google_charts.htm

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.