Responding to Report Prompts Pausing and Playing Active Data Adding Oracle BAM Reports to Web Pages

3-28 Oracle Fusion Middleware Users Guide for Oracle Business Activity Monitoring

2. Click the report you want to view MyReport for example.

3. Click View in the Actions list.

The report opens in the work space on the right side of the page. To close the report, either click Close in the Actions list, or select another tab. On the My Reports and Shared Reports tabs, you can sort the report lists by clicking the Report Name, Last Modified, or Owner headings in the work space on the right side of the page.

3.13 Responding to Report Prompts

Reports that include prompts display a dialog box that requires user input before the results can be displayed in the report. If a prompt dialog box opens, specify values for the prompts, and click OK. The report opens using the values you specified in the prompts. Figure 3–8 Prompt Dialog Box Creating and Managing Reports 3-29 You can click the Reprompt button in the toolbar to view the dialog box again and present different report results. Figure 3–9 Reprompt button

3.14 Pausing and Playing Active Data

When viewing reports, you can pause the display of active data in reports. For reports that are quickly updating, you might want to pause the display to view the current data before more active data is loaded. To stop the display of active data: ■ In a report you are viewing, click the Pause icon in the toolbar. The active data is temporarily halted, and the Pause button turns into a Play button. To restart the display of active data: ■ Click Play in the toolbar. The active data starts, and the Play button turns into a Pause button.

3.15 Adding Oracle BAM Reports to Web Pages

To add an Oracle BAM report to a Web page: 1. Open My ReportsShared Reports tab in Oracle BAM Active Studio. 2. Select the report to be displayed in the Web page.

3. On left side pane, in Actions panel, Click the Copy Shortcut link.

The Copy Shortcut dialog box opens including the string containing the report URL.

4. Highlight the URL string, and press Control-C to copy the text.

5. Paste the URL into the src attribute of an iframe element as shown in the

following example. iframe src=http:HostName:HostPortOracleBAMBuildNumberreportserver default.jsp?Event=viewReportReportDef=6Buttons=False width=100 height=100iframe You can set height and width attributes of the iframe to control both of these properties. Example 3–1 Sample HTML File With Oracle BAM Report URL html body iframe src =http:adc2110349.us.oracle.com:7001OracleBAM10704reportserver default.jsp?Event=viewReportReportDef=6Buttons=False width=100 height=100 iframe body html 3-30 Oracle Fusion Middleware Users Guide for Oracle Business Activity Monitoring 4 Creating and Using Views 4-1 4 Creating and Using Views This chapter provides detailed information about creating and using each of the views in Oracle BAM Active Studio. This chapter contains the following topics: ■ Section 4.1, Creating and Using List Views