Reputation: 143
how to display dashboard using visual force page in sales force.please let me know.
Upvotes: 1
Views: 5020
Reputation: 6298
No, at this point there is no builtin component to show a dashboard in VF page. You essentially have two alternatives:
Do your own visualization, I found extJS of great help and I think some people use jQuery Flot plugin for some basic visualisation
A hack, every dashboard has a unique URL, something like https://naX.salesforce.com/01Z700000xxxxx
, just create a visual container like iframe or such and reference the content from that URL
Upvotes: 2