AlreadyLost
MIS
Is there something wrong with my formula? It shows blank on the result of my crystal 10 report.
Employee Name : If {CD_EMPLOYEE.DEPT} = "012" then
{CD_EMPLOYEE.FIRST_NAME} + {CD_EMPLOYEE.LAST_NAME}
I need to create a report that would display all the employee in each department.
Example of output:
Department 12
Ann Lastname
Tom Lastname
James lastname
Department 13
Sam lastname
Jone lastname
Right now, I have two group header a, b. Group header a is department 12. Group header b is Department 13. Then I bring "Employee Name" into Group header a with the above formula but no data is display when I run the report. Did I do something wrong?
I am new to crystal and not sure where or why it does not display my result. Please help. Thanks in advance.
Employee Name : If {CD_EMPLOYEE.DEPT} = "012" then
{CD_EMPLOYEE.FIRST_NAME} + {CD_EMPLOYEE.LAST_NAME}
I need to create a report that would display all the employee in each department.
Example of output:
Department 12
Ann Lastname
Tom Lastname
James lastname
Department 13
Sam lastname
Jone lastname
Right now, I have two group header a, b. Group header a is department 12. Group header b is Department 13. Then I bring "Employee Name" into Group header a with the above formula but no data is display when I run the report. Did I do something wrong?
I am new to crystal and not sure where or why it does not display my result. Please help. Thanks in advance.