5 Visualizing and Analyzing Data

Oracle APEX's native region components simplify visualizing and analyzing data.

After choosing the region type that fits your requirements, configure the data it should use and adjust its settings in the Property Editor to fine-tune look and behavior. Consider installing the Sample Reports app from the Gallery to study additional useful examples that employ the different kinds of regions described in this section.

Using the Refresh dynamic action, you can refresh any of the regions in response to a user action to show updated data.

Tip:

Sometimes your region's WHERE clause or SQL query references page item values as bind variables, for example :P1_SAL < :P1_COMM. Regardless of the region type, always make sure to list the names of these page items like P1_SAL,P1_COMM in the region's Page Items to Submit property. This ensures APEX refreshes the data using the latest values the end user set in the page. Failure to do so leaves their values null. This can inadvertently cause a query to return no data.