WebFOCUS Online Help > Managed Reporting Developer > Working With Domains and Standard Reports > Creating and Editing Standard Reports
In this section: How to: |
In the browser, you can create Standard Reports using the following tools:
Tool |
Description |
---|---|
Power Painter |
A graphical tool used to create page layouts, reports, and graphs. |
Report Assistant |
A graphical tool used to create tabular reports. |
Graph Assistant |
A graphical tool used to create graphs. |
Advanced Graph Assistant |
A graphical tool used to create advanced graphs. |
Alert Wizard |
A wizard that you use to create ReportCaster Alerts. |
Editor |
A text editor that you use to enter WebFOCUS commands to create a report or graph. |
Import External File(s) |
A Files list that contains files you can add to a Standard Report. |
URL |
A URL window in which you can specify the name and URL of your file. You can also specify whether you want to enable Show on User's List. |
To create a Standard Report in Developer Studio, you can also select the Alert Wizard, Import External Files, and URL. Additionally, you can select Procedure and, then, select Procedure Viewer, Resource Layout, or Text Editor, as well as HTML file and, then, Front Page or the Text Editor.
Before you begin creating individual reports and graphs, you must create the Standard Reports group and subgroup folders that will store the reports and graphs. These group and subgroup folders appear in a hierarchical, tree-like structure and provide an additional means of organizing your Standard Reports.
In the browser, you can work with individual Standard Reports using the toolbar. Using this toolbar, you can create new Standard Reports, work with existing Standard Reports, and delete Standard Reports. In both the browser and Developer Studio, you can right-click a subgroup folder to create a new Standard Report, or right-click a Standard Report to work with an existing report or delete a report. In addition, you can:
If your Standard Reports require additional files, such as graphic (.gif or .jpg) files, style sheet files, or additional HTML files, use the Other Files folder to store these files. See Importing Procedures and Other Files Into WebFOCUS for more information.
Note: You must have the Data Server privilege to alter the Server and Application Path.
Note:
Note: The Repository (basedir directory), Domain directory, and the Repository's Import directory reside under the \install_directory\basedir directory. The Domain's Import subdirectory resides under the Domain directory. The name of the Domain directory contains only the first eight characters of the domain's description.
WebFOCUS opens the Add Files dialog box and lists the procedure files and HTML files stored in the Repository's and the Domain's Import directory.
or
WebFOCUS adds the procedure or HTML file to the selected group folder and you return to the Managed Reporting Repository.
Note: If the file already exists in the /basedir/domain_name/app directory, it will not be added because it will overwrite the existing file with the same name.
You are prompted to confirm your action.
WebFOCUS deletes the Standard Report from the Standard Reports group folder.
The text editor window opens.
For details about WebFOCUS reporting commands and syntax, see the Creating Reports With WebFOCUS Language manual.
Note: Syntax and error checking are not performed until the Standard Report is executed.
Note: If you edit a Standard Report's source code and make changes to the Standard Report, you should not subsequently open the Standard Report with a reporting tool. If you need to make additional changes to the Standard Report, reopen the file in the text editor.
Standard Reports, Other Files, Help Files, and Profiles are created, edited, and run the same way. Once you run a report, the results display in the browser window. The following procedures demonstrate these tasks using a Standard Reports as an example.
For more information about using the WebFOCUS language, see the Creating Reports With WebFOCUS Language manual.
Note: Specify your data source in the code itself. For example:
TABLE FILE CENTORD
Note: If you click Open, the file will open in the tool that was used to create the file. If you want to edit the source code for a procedure written with one of the tools, you must click Edit Source.
You can use the Standard Report Properties dialog box to review the date the report was created and the file name for the report. You can use the Properties dialog box to change a server and an application. You can also use the Standard Report Properties dialog box to:
This dialog box lists the following Standard Report properties in the General tab: Name, Domain, Folder, File Name, Size, Created On date, Created By name and User ID, Last Modified On date, Last Modified By name and User ID, selected Launch Page options, and selected Override Domain Settings options. (Note that if you see the text 'Not Available' next to a field in the dialog, the report was created prior to Version 7 Release 6, before the properties information was available for that field. Also, the Created By and Last Modified By properties are not displayed in either the Managed Reporting Domain Builder or the Domains applet.)
Note: When updating files in Developer Studio, unless all components are on a local machine, the Properties dialog is only automatically refreshed when files are created or deleted. For more information about Developer Studio refresh behavior, see the Setting Preferences chapter in the Developer Studio Application Development Getting Started manual.
The Two-Way Email Templates tab is only available in Developer Studio. You can create Two-Way Email templates from Developer Studio or from the browser. An example of a Two-Way Email template appears below in the Two-Way Email Templates tab.
The following image shows the Two-Way Properties dialog box which has four tabs. The Two-Way Email Templates tab window appears containing the name, location (Href), and date of an attached template. Four buttons are located on the right, New, Open, Delete, and Resend.
The following image shows a New Two-Way Email Template dialog box that has Two-Way: TW 2 as the template name.
For more information about creating Two-Way Email templates, see the WebFOCUS Managed Reporting Administrator's Manual.
Note: You can change any of these properties at any time, with the exception of the Master File if you created the report using an assist tool. If you click Save As, the properties window appears and the Files button is disabled.
To view standard report properties for an alert:
The following image in Developer Studio shows the Alert Properties dialog box (the alert name is indicated in the title bar). The General tab window is shown containing a Name text box, the alert's path, name, and date it was created and check boxes in which the first check box, Prompt for Parameters, is selected. The other check boxes are: Show on User's List, Server, and Application Path.
The following image in the browser shows the Alert Properties dialog box containing the Name text box filled in, the alert's date, path and name, and the check boxes Prompt for Parameters (which is selected) and Show on User's list.
Note: For more information on Standard Report Properties, see How to View Standard Report Group Properties.
To view standard report properties for a URL:
The following image in Developer Studio shows the URL Properties dialog box containing the Name and URL text boxes filled in and the check box Show on User's List.
The following image in the browser shows the URL Properties dialog box containing the Name and URL text box filled in, and a check box, Show on User's list.
Note: For more information on Standard Report Properties, see How to View Standard Report Group Properties.
WebFOCUS |