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
GlenSteinhardtGlenSteinhardt 

Charts based on report data on Customer Portal

I'm using Sites and have built out a Customer Portal that requires a Customer Portal login to access. 

 

All pages of the Customer Portal have been built in Visualforce and mimics what the standard Customer Portal looks like, but with additional components added and styling to match our company branding.

 

I would like to display data from a report (Support Case History report) upon login by the customer to the Customer Portal.

 

I know that charting capability is now possible right in Salesforce and not through Google Charts, however it seems that it's only capable with static numbers.

 

Is it possible by pulling in data from a report.

 

I'm not a professional developer. I just want to get a big picture idea if it's even possible.

 

Thanks in advance!

sguptasgupta

You can use dynamic SOQL to build the charts on visualforce pages.

You can refer these links to learn more.

 

 http://blogs.developerforce.com/tech-pubs/2011/11/controller-for-visualforce-charting.html

 

http://blogs.developerforce.com/developer-relations/2012/10/visualforce-charting-for-all.html

 

Please note VF Charting is generally available now.