I am trying to create a page for identifying the direct reports to a supervisor.
I have created a table to hold the supervisor ID, effective date, and employee ID. I then created a view that selected the supervisor ID, sysdate, and employee IDs of the employees that reported to the supervisor. I made the view the search record for the panel. But when I activate the page, I only get the supervisor and current date with no direct reports.
Do I need to create PPC to populate the page?