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
RC5834RC5834 

Visualforce way (or other way) to remove Subtotal and Grand Totals from a Matrix Report?

Is there a way via Visualforce or otherwise to remove the Subtotal and Grand Totals from a Matrix Report? I understand there is no button-click way but perhaps someone has discovered something? Any ideas or thoughts are appreciated. Thank you.


bob_buzzardbob_buzzard
You can't include Visualforce in a Salesforce report I'm afraid.  You also don't have a sidebar to add any javascript that manipulates the DOM either.

You could try embedding the report in an iframe in a home page component that is an HTMLarea.  You could then have some JavaScript in the component that accesses the iframe DOM and manipulates it.  The browser should allow this as both the home page and the report come from the same server.  I haven't tried this though, so there might be problems with it.