You could do
select *
from employee_table a,
employee_table b
where b.employee_id = CurrentCEUserName
and a.employee_id = b.employee_id
and a.department = 'Department A'
Or something similiar. The main thing, assuming that you're user is logging into Crystal Enterprise is to pull the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.