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
XactAndyXactAndy 

Complex query dashboard

Hello,

I need to create a dashboard that involves assessing the state of a number of
different objects and relationships between them.

One approach I could use would be to write an s-control that does that does the query, and
then embed it in the dashboard. However, I guess I would have to also do the
visual rendering of the dashboard components (pie chart, etc) in Javascript too..

An alternative, is to set a custom field by running some Apex, perhaps calling
the Apex from an s-control in the dashboard. The dashboard could then use the
custom field value.

Has anyone any experience of the above, and which might be best?

Thanks,

Andy