From the course: Oracle APEX: Foundations

Unlock this course with a free trial

Join today to access over 23,300 courses taught by industry experts.

Classic reports and cards

Classic reports and cards

(soft music) - Welcome to the Oracle APEX Foundation course. Today, in this lesson on developing reports, I will be talking about classic reports and cards. Let's get started. Besides the commonly used interactive reports, there are classic reports and reports built on forms. Cards are another way to view information, and in this lesson, we'll take a look at these report types. A classic report is the formatted of a SQL query. The screen shows an example of a classic report built on the projects table. Developers can choose a table on which to build a report or provide a custom SQL select statement or appeal SQL function, returning a SQL Select statement. Apart from sorting and simple filtering, end users can now customize a classic report. However, developers can control how a classic report works by editing the following attributes in the page designer, the region attributes, the column attributes, and the…

Contents