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
pturner64pturner64 

Embedding a chart on the Account object

I have a report with a chart on it; I can run the report from the ACcount object by embedding its URL in a custom button and passing the AccountID in the URL.

 

What I'd really like to do though is to embed the chart within the report inside the Account object itself. The chart is a graph.

 

I have a feeling VF will let me do this but i don't know where to start! Any pointers to the right documentatioon or a good guide greatly appreciated :-)

Best Answer chosen by Admin (Salesforce Developers) 
rpr2rpr2

I would suggest that you do it using Google Charts since they can easily be embedded into a detail page using just a formula field.  There's documentation for how to do this in the developer wiki

 

Rhonda

All Answers

rpr2rpr2

I would suggest that you do it using Google Charts since they can easily be embedded into a detail page using just a formula field.  There's documentation for how to do this in the developer wiki

 

Rhonda

This was selected as the best answer
pturner64pturner64
Hi, this does it! Fantastic, easy... thanks