Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. midnightdsob

    User login based reports?

    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...

Part and Inventory Search

Back
Top