When creating Web Based Reports the Summary Of Orion Objects appears in the header with all of the selected data-sources for that report, We would like the option to hide this information as sometimes it is not meaningful to the recipient.
Have previously discussed this with rob.hock - great suggestion, thanks for sharing.
Thanks Stuart!
Stuart,
Have you heard any news of the request for hiding the Summary of Orion Objects becoming a feature? I would love to see the feature added.
Regards,
Mark
Hi Stuart,
I am interested in this as well.
Thanks,
Edwin
Has any progress been made on this?
I need this too
Sunday Bump !
Is there any workaround for now to remove that thing from the reports.
add me ;>
Bump .... neat reports.
I think it makes the report looks very unprofessional with that information.
OK,
So after 3 years I decided to take a quick look at this..Turns out its an easy enough change!
Edit the ReportingDisaply.css file in c:\inetpub\SolarWinds\Orion\styles
On line 13 change
From:
sw-rpt-header .sw-rpt-summary-dataSources { padding-bottom: 4px;}
To:
.sw-rpt-header .sw-rpt-summary-dataSources { padding-bottom: 4px;visibility:hidden}
Running the configuration wizard, rebuilding the website and product upgrades will likely overwrite this change.
thats a neat workaround, shame there isn't a hide datasources button though
After following the below steps the Summary of Orion Objects was hidden:
1. C:\inetpub\SolarWinds\Orion\styles2. Back up the ReportingDisplay.css file
3. Edit ReportingDisplay.css.
From:sw-rpt-header .sw-rpt-summary-dataSources { padding-bottom: 4px;}
Thanks for this information.
Have you run configuration wizard after these changes? Or you have done this is in production environment??
Much needed feature!