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
jungleeejungleee 

SideBar component on the reports tab

Hi ,

 

In the reports tab, the sidebar component is not enabled. In the user interface setting I have checked both the options

Enable Collapsible Sidebar
Show Custom Sidebar Components on All Pages

But still I am unable to view the sidebar in the reports tab. Can anyone let me know how do we add the sidebar in the reports tab??

sfdcfoxsfdcfox

You can't use the sidebar there. Nor can you use it on the Dashboards tab, either. No setting will allow you to do this.

jungleeejungleee

Thanks sfdcfox..

 

Any chance we can contact the salesforce tech support team and have this enabled in our org?? This would be extremly helpful if this could be done...

 

Regards

Sam

sfdcfoxsfdcfox

Again, there's no setting that will allow you to retain the sidebar. I suppose you could create a custom Visualforce page have the page's main content show an iframe, adding the parameter "isdpt=lt" in order to render the Dashboard or Reports tab in "mini mode", which removes the sidebar and headers. Maybe something like this:

 

<apex:page >
  <apex:iframe src="/00O/o?isdtp=lt" />
</apex:page>

But I suspect this won't work quite right either...

 

I think your best option would be to just submit an Idea here: http://ideas.salesforce.com/.