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
ToddKruseToddKruse 

Creating Custom Reports detail question

When creating a custom report using the Matrix Report layout, you can only go two levels in when you specify your row headings (subtotal by...... and then by...).  I need to go three and possibly four levels down for the reports we need to create.  I need to use the Matrix Report layout since it uses the "Specify your column Headings" section.

 

Is there a way to get this done?  Are there settings in the salesforce.com site that would allow me to go to this level of detail for the reports we need to create?

 

Thanks

 

Todd Kruse 

SJTECH2009SJTECH2009
for matrix type of reports u need to pass the parameters through repeat in the page pass the parameters to  the component. inside the component take the panel grid  and try to use the wrapper class inside the class. this might be help ful.
ToddKruseToddKruse
Thanks for the reply, but I am not sure how I would do what you are suggesting.  Is this through the SalesForce.com report generator tool or from custom code?