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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String manipulation in Crystal 11 1

Status
Not open for further replies.

trivalent

Technical User
Feb 21, 2007
28
US
I am using Crystal Report 11. I have a name field in my report that pulls the clients name from the database like this "Doe,John" I want to display only the Last name? I am not sure how to do this. thanks
 
Try a formula like this:

left({table.name},instr({table.name},",")-1)

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top