Home > Building an Application > Creating Reports > Creating a Report Using a W...
Creating a Report Using a Wizard |
![]() Previous |
![]() Next |
Application Builder includes a number of built-in wizards for generating reports.
To create a report using a wizard:
On the Workspace home page, click the Application Builder icon.
Select the application.
Click Create Page.
Select Report.
Select a report type:
Wizard Report - Creates a report without requiring any SQL knowledge. Select the appropriate schema, table, columns, and result set display.
SQL Report - Creates a report based on a custom SQL SELECT statement or a PL/SQL function returning a SQL SELECT statement that you provide.
Report on collection containing Web service result - Creates a report based on a Web service result.
Follow the on-screen instructions. To learn more about a specific field, click the item label.
When Help is available, the item label changes to red when you pass your cursor over it and the cursor changes to an arrow and question mark. See "About Field-Level Help".
See Tutorials: "How to Create a Drill Down Report" and "How to Create a Parameterized Report" in Oracle Database Application Express Advanced Tutorials |