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
MicahHoover.ax1233MicahHoover.ax1233 

Reports Without Coding

We are currently using Apex controllers, Visualforce, jQuery, etc. to do some custom report pages on force.com.

 

My company wants to know what we can do "out of the box" without these technologies.

 

I am confident I can do the dashboard thing, but they also want tables and links that can take users to drill down pages. Is there anyway to facilitate this using click/declarative techniques?

 

Thanks!

 

 

Micah

matermortsmatermorts

What kinds of things are you looking to accomplish that standard reports can't provide?

MicahHoover.ax1233MicahHoover.ax1233

For example, if there is a layout showing project expenses:

 

1) Have a table that users can update and see a graph update itself *

 

2) Have a link to a page that breaks it down by region, job role, by subtask,etc.

 

* (Is there a way to put a graph/dashboard on an object's layout page?)