How to show name, instead of id
Dino2dyMay 27 2010 — edited May 31 2010Hey guys me again
I was wondering if there was a way using Jdeveloper 11g to show the last name of the department instead of department id in the view for table employees?
I created a jspx page and in it i put the view employees based on an entity which has employee name, id, job, and department_id. I was wondering is there a way for the interface to show me the name of the department instead of the id when I open the page in firefox?
Just to be clear I want it to take the department id for a particular employee and compare it to department id in table departments (or view departments) and take the name that is applicable.
Thanks in advance guys