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…
A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion. In a pie chart, the arc length of each slice is proportional to…
A line chart is a graphical representation of data that changes over time. It is useful for showing trends and patterns in data over a period of time. In a…
Open Door Credentials - Enables anyone to access your application using a login page that captures a user name. Steps to setup Open Door Credentials Go to Shared components Authentication Schemes…
Custom Authentication is the Authentication type where we can use the custom logic to login into the APEX application. They need to be written in PLSQL and must return a…