1Z0-750 무료 덤프문제 온라인 액세스
| 시험코드: | 1Z0-750 |
| 시험이름: | Oracle Application Express 18: Developing Web Applications |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 75 |
| 업로드 날짜: | 2026-06-03 |
Susan created Page 10 as an interactive report, called Departments, on the DEPT table. She also created Page
11 as an interactive report on the EMP table, called Employees.
Susan would like to add a link in the Departments report (Page 10) that redirects to the Employees report (Page 11) and displays only employees for the selected department.
How would Susan set items in the link builder on Page 10 to correctly call the report on Page 11?
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
Bob' has created an interactive report on the EMP table. Oracle B1 Publisher has been configured as the report server in his environment. He has been asked to output a high-fidelity PDF report, which lists all employees.
How can Bob define the report?