Here I am giving an example to save selected interactive grid records into a oracle apex collection. Step 1: Create a new blank page. Note: Mine was page 20. You will need to update reference to " P20 " with your page number if it's different. Step 2: Create a new interactive grid report region to the page using below query. Set Static Id "EmpDetails" to the region. SELECT * FROM ( SELECT emp . empno , emp . ename , emp . JOB , dept . dname department , dept . loc LOCATION , mgr . ename ...
Comments
Post a Comment