An interactive report displays a predetermined set of columns. The report may be further customized with an initial filter clause, a default sort order, control breaks, highlighting, computations, aggregates and a chart. Each interactive report can then be further customized and the results can be viewed, or downloaded, and the report definition can be stored for later use.
An interactive report can be customized in three ways: the search bar, actions menu and column heading menu.
Please ensure your browser pop-up blocker is turned off and javascript is enabled. Each of the steps below contains valuable information to enrich your experience using the interactive reporting tool. If you need additional help and support, send us an email!
Help Information: view Oracle Express online help!
At the top of each report page is a search region. The region provides the following features:
Please note that all features may not be available for each report.
Used to modify the columns displayed. The columns on the right are displayed. The columns on the left are hidden. You can reorder the displayed columns using the arrows on the far right. Computed columns are prefixed with **.
Used to add or modify the where clause on the query. You first select a column (it does not need to be one that is displayed), select from a list of standard Oracle operators (=, !=, not in, between), and enter an expression to compare against. The expression is case sensitive and you can use % as a wild card (e.g. STATE_NAME like A%).
Used to change the column(s) to sort on and whether to sort ascending or descending. You can also specify how to handle nulls (use the default setting, always display them last or always display them first). The resulting sorting is displayed to the right of column headings in the report.
Used to create a break group on one or several columns. This pulls the columns out of the Interactive Report and displays them as a master record.
Highlighting allows you to define a filter. The rows that meet the filter are highlighted using the characteristics associated with the filter.
Computations allow you to add computed columns to your report. These can be mathematical computations (e.g. NBR_HOURS/24) or standard Oracle functions applied to existing columns (some have been displayed for example, others, like TO_DATE, can also be used).
Below computation, the columns in your query are displayed with their associated alias. Clicking on the column name or alias will write them into the Computation. Next to Columns is a Keypad. These are simply shortcuts of commonly used keys. On the far right are Functions. An example computation to display Total Compensation is:
CASE WHEN A = 'SALES' THEN B + C ELSE B END (where A is ORGANIZATION, B is SALARY and C is COMMISSION)
Aggregates are mathematical computations performed against a column. Aggregates are displayed after each control break and at the end of the report within the column they are defined
Performs a flashback query to allow you to view the data as it existed at a previous point in time. The default amount of time that you can flashback is 3 hours (or 180 minutes) but the actual amount will differ per database.
Resets the report back to the default settings, removing any customizations that you have made.
Allows the current result set to be downloaded. The download formats will differ depending upon your installation and report definition but may include CSV, XLS, PDF, or RTF. Currently, CSV format is the only option available.
Clicking on any column heading exposes a column heading menu.
To view the details of a single row at a time, click the single row view icon on the row you wish to view. If available, the single row view will always be the first column. Depending on the customization of the Interactive Report, the single row view may be the standard view or a custom page that may allow update.
If you have customized your Interactive Report, the report settings will be displayed below the Search Bar and above the report. If you have saved customized reports (this feature is currently not available), they will be shown as tabs. You can access your alternate views by clicking the tabs. Below the tabs are the report settings for the current report. This area can be collapsed and expanded using the icon on the left.
For each report setting, you can:
If you have created a chart, you can toggle between the report and chart using the Report View and Chart View links shown on the right. If you are viewing the chart, you can also use the Edit Chart link to edit the chart settings. Currently, the Chart View and Edit Chart links are not available.