Morning
I'm using Crystal Reports XI.
Anyone have a good way to display an employee's last name, followed by a comma/space, and the first initial of their first name?
I've tried this formula, but it does not work:
if InStr({FE_ORG.MGR_NM}, ", ") =0 then
ProperCase(Left ({FE_ORG.MGR_NM},(instr(1,{FE_ORG.MGR_NM},",")+1))) else
ProperCase(Left ({FE_ORG.MGR_NM},(instr(1,{FE_ORG.MGR_NM},", ")+2)))
Thanks
I'm using Crystal Reports XI.
Anyone have a good way to display an employee's last name, followed by a comma/space, and the first initial of their first name?
I've tried this formula, but it does not work:
if InStr({FE_ORG.MGR_NM}, ", ") =0 then
ProperCase(Left ({FE_ORG.MGR_NM},(instr(1,{FE_ORG.MGR_NM},",")+1))) else
ProperCase(Left ({FE_ORG.MGR_NM},(instr(1,{FE_ORG.MGR_NM},", ")+2)))
Thanks