Todd
Todd

Reputation: 41

Which region would work best to display what I need on Oracle APEX

I am trying to make a page that returns header information for all employees, but when an employee is clicked it returns all details of that employee. I have drawn up an example that may better help explain what I am trying to do. I am curious on what type of regions I should choose, and if there is an example application that I could use to base mine off of. Thanks! https://i.sstatic.net/lMfjH.png

Upvotes: 0

Views: 81

Answers (1)

Littlefoot
Littlefoot

Reputation: 143113

Using the wizard:

  • create page
  • report
  • report with form

It'll create two pages:

  • an interactive report (you'll use to view some info for all employees on the same page, as if they are in an Excel worksheet) and
  • a form, which lets you show all details related to selected employee (which means that form can contain many more items than report)

Upvotes: 1

Related Questions