[SalesForce] Create a Dynamic Dashboard using Visualforce page

I am creating a dashboard but the filter criteria of report that I am using is changing every time.
So I decided to create a dynamic dashboard using Visualforce page.

I tried to create a visualforce page using Google chart but a funnel chart and similar meter gauge was not present. Also the charts were not having same look and feel like our salesforce.

So, is their any way to create a dynamic dashboard. Where I can change my filter criteria according to the user selected value and get a refreshed dashboard with different chart and values.

Best Answer

Have you tried the Visualforce Charting components? There's no funnel chart, but there are lots of other good chart types. You feed these charts whatever data you want (from a SOQL query of your choosing) and voila. They work very well for our needs.

http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#StartTopic=Content/pages_charting.htm

Related Topic