WebFOCUS Online Help > Managed Reporting Developer > Working With Domains and Standard Reports > Customizing Managed Reporting
In this section: |
As a Managed Reporting Developer, you can customize Managed Reporting for user access. You can use the following standard domain components to customize the user's reporting environment:
When you create a new Managed Reporting domain, WebFOCUS automatically creates the Profile and Help components.
WebFOCUS executes the profile associated with a domain each time a user opens a Managed Reporting domain. You create a domain profile by either writing a WebFOCUS procedure (.fex) or defining an HTML page (.htm). For example, you can write a WebFOCUS procedure that displays a report or defines an HTML page that displays company information each time a user opens a particular domain. The profile is not run each time a user submits a request to the WebFOCUS Reporting Server.
In addition to creating a new profile, you can import an existing procedure to the Managed Reporting Repository to use as a domain profile. You can import a procedure, created on any platform and version of WebFOCUS, using the Other Files folder to add the profile to the selected domain.
To use the Other Files folder to import a profile, you must first add the profile to the domain's Import directory, then include the profile in the Other Files folder. After you have added the profile to the Other Files folder, you can use the toolbar to move or copy the profile to the profile icon.
Tip: Open the Other Files folder to verify that the file you want to add as the profile is listed in the directory. If the file is not listed, see How to Import a Profile for instructions about adding files to the Other Files folder.
The New Profile dialog box opens.
Note: Domain directories reside under the /install_directory/basedir directory on the Web Server. You can review the domain's properties to determine the domain's directory. The name of the domain directory contains only the first eight characters of the domain's description.
The Add Files dialog box opens and lists the contents of the domain's Import directory.
The Add Files dialog box closes and you return to the Managed Reporting Repository window. WebFOCUS lists the added files under the Other Files folder.
The profile is added to the domain.
The Text Editor window opens for you to edit the profile. You can use standard text editor functions such as cut, copy, and paste to edit the profile source file.
Note: Syntax and error checking are not performed on the profile until the profile is executed.
The Profile Properties dialog box opens and displays the name of the profile, the date and time it was created, and the Prompt for Parameters check box.
You return to the Managed Reporting Repository window.
A domain help file is an HTML file that you create to provide users with company specific information for a Managed Reporting domain. The user accesses this customized help by clicking Help in the Managed Reporting domain's tabbed dialog boxes. This HTML file can provide additional information, such as descriptions or detailed explanations of Standard Reports and Reporting Objects, specific to the Managed Reporting domain.
In addition to creating a new HTML help file, you can import an existing help file to the Managed Reporting Repository, to make them available to users. You import an HTML help file using the Other Files folder to add the help file to the selected domain.
To use the Other Files folder to import a help file, you must first add the help file to the domain's Import directory, then include the help file in the Other Files folder. After you have added the help file to the Other Files folder, you can use the toolbar to move or copy the help file to the Help File icon.
The domain Help option has been implemented with context sensitive HTML tag references. You can code the domain Help file to display information about specific Standard Reports and Reporting Objects for your users. There are also tags to allow you to provide general information for My Reports and Shared Reports. The following table lists the HTML tags you can utilize when coding the domain specific help file:
Managed Reporting Item Selected |
HTML Tag Names |
---|---|
Domain description in right pane |
#standardreport |
Group folder or subgroup folder |
#standardreport |
Procedure |
#app_filename_fex where filename is the actual file name stored in the domain's app/directory with special characters (such as slashes or periods) replaced with an underscore. |
HTML page or URL |
#http_url where url is the URL with slashes and periods replaced with underscores. |
ReportCaster Output |
#http_url where url is the URL with slashes and periods replaced with underscores. |
Note: The Filename is given as: app/slolap.fex. This name is unique and it will be passed to a help file as #app_slolap_fex.
The following is a sample help file coded in HTML:
<html> <head><title>How to Create Context Sensitive Help in the Domains View of Managed Reporting </title></head> <body> <BR> <HR> <BR> <A NAME="app_slolap_fex">This Help section is for the "Analysis Using OLAP" procedure [app_slolap_fex]</A> <BR> <HR> <BR> <A NAME="app_sldst_fex">This Help section is for the "%Distribution" procedure [app_sldst_fex]</A> <BR> <HR> <BR> </body> </html>
Note: <HR> places a thin line between sections. To provide for a sufficient amount of space, add text after each section or add several <BR> tags. If the content for each procedure does not exceed your window size, you will see information for more than one procedure when you select help. In addition, the information from a given procedure may not appear at the top of the browser window. A Best Practice would be to include the description in Managed Reporting to easily identify and view each procedure.
Tip: Open the Other Files folder to verify that the file you want to add as the domain help file is listed in the directory. If the file is not listed, see How to Import a Help File for instructions about adding files to the Other Files folder.
The New Help File dialog box opens.
You can also use standard text editor functions such as cut, copy, and paste to help create the HTML help text.
The path name for the help file appears (in parentheses) to the right of the help component. A user can now access the help file from the domain's reporting environment.
Note: Domain directories reside under the /install_directory/basedir directory. The name of the domain directory contains only the first eight characters of the domain's description.
The Add Files dialog box opens and lists the contents of the domain's Import directory.
The Add Files dialog box closes. WebFOCUS lists the added help file under the Other Files folder.
The help file is added to the domain.
The Text Editor window opens for you to edit the HTML help file. You can use standard text editor functions such as cut, copy, and paste to edit the HTML help file.
The Help File Properties dialog box opens and displays the name of the help file, the date and time it was created, and the type of data in the file.
WebFOCUS |