WebFOCUS Online Help > Managed Reporting Administrator > Managing Dashboard > Hiding Report Types in the Domain Tree
In this section: How to: |
You can customize the Domain Tree to display or hide any or all of the available report and file types (Standard Reports, Shared Reports, My Reports, Reporting Objects, and Other Files) for specific role types in all views. If you do not want to hide report and file types for all users of an existing role type, you can create a new role for specific users. Note that if you choose to hide My Reports from displaying in the Domain Tree, users will not have the option to save parameter reports since parameter reports are a type of My Report.
Note: You can also hide report and file types in the Domain Tree of specific views using the Edit Settings functionality available in the Dashboard View Builder. For more information, see Customizing Dashboard Pages for a Public or Group View.
<internal-var name="hideStandardReportsFromTheseRoles" value=""/>
<internal-var name="hideSharedReportsFromTheseRoles" value=""/>
<internal-var name="hideReportingObjectsFromTheseRoles" value=""/>
<internal-var name="hideMyReportsFromTheseRoles" value=""/>
<internal-var name="hideOtherFilesFromTheseRoles" value=""/>
For example, to show only Standard Reports for any user ID set to the "#User" role type, enter the following:
<internal-var name="hideSharedReportsFromTheseRoles" value="#User"/>
<internal-var name="hideReportingObjectsFromTheseRoles" value="#User"/>
<internal-var name="hideMyReportsFromTheseRoles" value="#User"/>
<internal-var name="hideOtherFilesFromTheseRoles" value="#User"/>
Note:
After making changes to the bid-config.xml file, use the WebFOCUS Console to clear memory cache. Until this is done, the change is not effective.
In Dashboard, you can customize the Domain Tree to display or hide any or all of the available report and file types (Standard Reports, Shared Reports, My Reports, Reporting Objects, and Other Files) for all users of all role types by using the “ALL-ROLES” value in the existing bid-config.xml file, as shown in the following procedure.
<internal-var name="hideStandardReportsFromTheseRoles" value=""/>
<internal-var name="hideSharedReportsFromTheseRoles" value=""/>
<internal-var name="hideReportingObjectsFromTheseRoles" value=""/>
<internal-var name="hideMyReportsFromTheseRoles" value=""/>
<internal-var name="hideOtherFilesFromTheseRoles" value=""/>
For example, to hide My Reports for all users of all role types, use the following:
<internal-var name="hideMyReportsFromTheseRoles" value="ALL-ROLES"/>
After making changes to the bid-config.xml file, use the WebFOCUS Console to clear memory cache. Until this is done, the change is not effective.
WebFOCUS |