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 for all views by editing a variable setting in the bid-config.xml file or set for specific views using the Dashboard View Builder.


Top of page

x
Procedure: How to Hide the Share Report Option for Finished My Reports in All Views
  1. In the WebFOCUS77\worp\conf directory, open the bid-config.xml file in a text editor.
  2. To hide the Share Report option for Deferred Reports Output, edit the following variable to change it from:
    <internal-var name="showPropertiesShareOptionForDeferredReportsOutput" value="true"/>

    to

    <internal-var name="showPropertiesShareOptionForDeferredReportsOutput" value="false"/>
  3. To hide the Share Report option for OLAP Reports, edit the following variable to change it from:
    <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 changes are not effective.


Top of page

x
Procedure: How to Hide the Share Report Option for Finished My Reports in Specific Views
  1. Log on to the Dashboard View Builder.
  2. Select a view.
  3. Click Edit Settings.
  4. To hide the Share Report option for Deferred Reports Output, select the False option to the right of showPropertiesShareOptionForDeferredReportsOutput in the Settings pane.
  5. To hide the Share Report option for OLAP Reports, select the False option to the right of showPropertiesShareOptionForOLAPReports in the Settings pane.
  6. Click Save Settings.
  7. Click Close.

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