WebFOCUS Online Help > Managed Reporting Developer > Working With 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. |
InfoAssist |
InfoAssist is a report generation tool that enables you to leverage ad hoc functionality to create, modify, and run report and chart queries. Note: This tool is only available from Dashboard and Developer Studio Managed Reporting Report Objects. |
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. |
When creating Standard Reports from Developer Studio, the tools available to you are based on whether you are creating a procedure (FEX) or an HTML file.
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 both the Managed Reporting Applet Interface 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.
Select the Server option and then select the server you want from the drop-down list.
Select the Application Path option. Select the application path(s) in the Available list and move it to the Selected list by double-clicking it or using the arrow located between the lists.
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 Import directory reside under the \install_directory\basedir directory. The Domain Import subdirectory resides under the Domain directory. The name of the Domain directory contains only the first eight characters of the domain description.
WebFOCUS opens the Add Files dialog box and lists the procedure files and HTML files stored in the Repository and the Domain Import directory.
Note: If the file already exists in the /basedir/domain_name/app directory, it will not be listed because it will overwrite the existing file with the same name.
or
WebFOCUS adds the procedure or HTML file to the selected group folder and you return to the Managed Reporting Repository.
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 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.
You can create a Standard Report with the Text Editor from either the Dashboard or the Managed Reporting (Applet) Interface, as follows:
Note: In Dashboard, you can select multiple application paths. To move a path between the Available list and the Selected list, double-click the item or use the arrows located between the lists.
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:
Note: The Schedule Only and Restrict Developer Access options are not available from the Managed Reporting (Applet) Interface.
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, and selected Launch Page 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 Setting Preferences in the Developer Studio Application Development Getting Started manual.
This option is only available to Administrators and Developers when the Restrict Developer Access option (available in this dialog box) is not enabled. The Schedule property is applicable to end users (Analytical Users and lesser roles) and to Developers when the Restrict Developer Access is enabled.
This option is only available (and visible) to Administrators. By restricting the Developer role to that of an end user means that only the Administrator can manage FEX or HTML files (such as edit, delete, cut, copy, paste) and set property options.
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.
Select a server, check the Server check box, and select a server from the drop-down list.
Select an application, check the Application Path check box. Select the application path(s) in the Available list and move it to the Selected list by double-clicking it or using the arrow located between the lists.
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 .
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 |