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
Dinesh Suggala 8Dinesh Suggala 8 

How to Create a DashBoard for an Single Account Record

Need Help.
I have a requirement in which I need a DashBoard for every Single Account Record .
How can I achieve it?
 
pconpcon
Depends on what you are trying to do but it might be more scalable to write a custom Visualforce page that takes in the account id and generates the dashboard for you [1].  If you went this route you could also use things like d3.js or chart.js to do custom graphing.

A less scalable option would be to create dashboards / reports for every account using the Analytics API [2].

[1] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_basic_dashboard_components.htm
[2] https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_intro.htm