Skip to Main Content
  • IR Dynamic Filtering

Breadcrumb

About

Using Dynamic Actions and procedures from the APEX_IR Package you can add filters to the Interactive Report. This page has two Interactive reports, one for Departments and other for Employees, By clicking on a department name, a Dynamic action will be triggered and it will set a filter in the employee Interactive reports to show only the employees of the selected department.

Department List

This is just a normal Interactive report over the table DEPT, the Department column triggers a Dynamic action to set it's name on an Item and excecute a processo to add the filter to the report
  • 1 - 4

Employee List

This is an Iteractive report over the table EMP joined with the table DEPT to show the Department's name. The Department field will contain the name of the selected Department
DepartmentNameJobHiredateSalary
ACCOUNTINGCLARKMANAGER6/9/1981$2,450.00
ACCOUNTINGMILLERCLERK1/23/1982$1,300.00
ACCOUNTINGKINGPRESIDENT11/17/1981$5,000.00
RESEARCHFORDANALYST12/3/1981$3,000.00
RESEARCHSCOTTANALYST12/9/1982$3,000.00
RESEARCHJONESMANAGER4/2/1981$2,975.00
RESEARCHSMITHCLERK12/17/1980$800.00
RESEARCHADAMSCLERK1/12/1983$1,100.00
SALESWARDSALESMAN2/22/1981$1,250.00
SALESMARTINSALESMAN9/28/1981$1,250.00
SALESTURNERSALESMAN9/8/1981$1,500.00
SALESJAMESCLERK12/3/1981$950.00
SALESALLENSALESMAN2/20/1981$1,600.00
SALESBLAKEMANAGER5/1/1981$2,850.00
  • 1 - 14