WebFOCUS Online Help > Managed Reporting Administrator > Managing Dashboard > Hiding the Share Report Option for Finished My Reports
How to: |
You can hide the Share Report option that is displayed by default in the properties of finished Deferred Reports Output and OLAP Reports saved in the My Reports directory. Hiding the Share Report option provides another layer of security to safeguard sensitive content in these types of finished reports. This functionality can be set globally in all views by editing a variable setting in the bid-config.xml file or set in specific views using the Dashboard View Builder.
<internal-var name="showPropertiesShareOptionForDeferredReportsOutput" value="true"/>
to
<internal-var name="showPropertiesShareOptionForDeferredReportsOutput" value="false"/>
<internal-var name="showPropertiesShareOptionForOLAPReports" value="true"/>
to
<internal-var name="showPropertiesShareOptionForOLAPReports" value="false"/>
Note: After making changes to the bid-config.xml file, use the WebFOCUS Console to clear memory cache, or restart the application. Until this is done, the change is not effective.
For more information about using the Edit Settings functionality in the Dashboard View Builder, see Customizing Dashboard Pages for a Public or Group View.
WebFOCUS |