时间:2021-07-01 10:21:17 帮助过:15人阅读
事实上这也并非非常复杂,仅仅须要简单几步。
1. 依据向导建立一个interactive report。查询语句能够例如以下。
select apex_item.hidden(1,e.id) || e.name as staff, apex_item.select_list_from_lov(p_idx=>2,p_value=>e.department_id,p_lov=>‘lov_department‘) as department from employee e; |
2. 创建一个button用于提交页面。
3. 创建一个"After Submit‘ PLSQL process
begin FOR i IN 1 .. apex_application.g_f01.COUNT LOOP update employee set department_id=apex_application.g_f02(i) where id=apex_application.g_f01(i); END LOOP; end; |
Oracle Apex 有用笔记系列 6 - 可编辑交互报告 Editable Interactive Report
标签:class 查询 oop value order cti art 下划线 lis