Hello,
I am using Crystal 10 and am creating a formula that combines a employee id with the first and last name. However, when I combine the employee id in it shows with a comma. I need the employee id to have no commas.
example of how it looks
111,111 John Doe
What I want:
111111 John Doe
Formula I am using:
{EMP.EMP_ID},0) & " " & " " & {EMP.FIRST} & " " &{EMP.LAST}
Returning:111,111 John Doe
How do I remove the comma?
Any help appreciated.
Thanks,
Chris
I am using Crystal 10 and am creating a formula that combines a employee id with the first and last name. However, when I combine the employee id in it shows with a comma. I need the employee id to have no commas.
example of how it looks
111,111 John Doe
What I want:
111111 John Doe
Formula I am using:
{EMP.EMP_ID},0) & " " & " " & {EMP.FIRST} & " " &{EMP.LAST}
Returning:111,111 John Doe
How do I remove the comma?
Any help appreciated.
Thanks,
Chris