Step 1: Create two application items.
Step 2: Create an application process like below
IF :AI_CURRENT_PAGE <> :APP_PAGE_ID
THEN
:AI_PREVIOUS_PAGE:=:AI_CURRENT_PAGE;
END IF;
:AI_CURRENT_PAGE:=:APP_PAGE_ID;
Muhammad Abdul Qaium is a Database Engineer/Oracle Apex Developer/BI Developer (in Atlanta, USA) who is an Oracle Certified Cloud Architect Professional, OCI Autonomous DB specialist as well as Oracle Business Intelligence Foundation Suite 11g Certified Implementation Specialist with extensive expertise in Database design , PL/SQL, Oracle Apex, Microsoft SSIS, ETL, Power BI, Qlik Sense, OBIEE. Contact: qaiuminfo@gmail.com
IF :AI_CURRENT_PAGE <> :APP_PAGE_ID
THEN
:AI_PREVIOUS_PAGE:=:AI_CURRENT_PAGE;
END IF;
:AI_CURRENT_PAGE:=:APP_PAGE_ID;
Here are the steps to convert and get the character into a region by Oracle Apex. Step1. Create a page and Copy-Pest the below code into Pa...