Tech2377
Programmer
- Nov 13, 2007
- 81
Using Crystal 10.
I currently have a Employee List Report that groups employees by their postion.The majority of the information from the report is coming from the employee and postion tables.
My question is in my report I may have a certain position that has 2 employees in them, but their status is T for Terminated. If I do a select expert to exclude all T's, I lose the postion from the report. How can I keep it so that even if there are only T's for an position, the position still stays.
I currently have a Employee List Report that groups employees by their postion.The majority of the information from the report is coming from the employee and postion tables.
Code:
Ex. Coordinator Status
Smith PB
Gonzalez FB
Jones T
My question is in my report I may have a certain position that has 2 employees in them, but their status is T for Terminated. If I do a select expert to exclude all T's, I lose the postion from the report. How can I keep it so that even if there are only T's for an position, the position still stays.