Branching in Oracle APEX is a feature that allows you to define navigation paths within your APEX application. It enables you to control how users move from one page to…
What is Session Sharing? ORACLE APEX has the ability to share sessions between multiple applications. Session sharing allows users to log in once and access multiple APEX applications without having…
APEX_ITEM is a built-in API that provides many types of input types using SQL queries. We use it for Interactive reports and classic reports. This article is about the checkboxes…
A bubble chart is a type of chart that uses bubbles to represent data points. The position of each bubble on the chart represents one or more variables, while the…
A combination chart, also known as a combo chart, is a type of chart that combines two or more chart types in a single visualization. This allows you to display…
Oracle APEX (Application Express) plugins are custom components that can be added to APEX pages to extend the functionality of the application. To create an APEX plugin, you will need…
A scatter chart is a type of chart that uses Cartesian coordinates to display values for typically two variables for a set of data. The position of each point on…
https://youtu.be/qF7Q5v0AT60 Usage of Application Item | Oracle APEX Application Item: Application items are not associated with a page and therefore have no user interface properties. You can create a global…