Hi All.
In my crystal report I would like to concatenate FirstName and LastName that on report it will look like:
LastName, FirstName
How to specified it in report?
Thanks.
Printable View
Hi All.
In my crystal report I would like to concatenate FirstName and LastName that on report it will look like:
LastName, FirstName
How to specified it in report?
Thanks.
{Fixed.LastName}+','+{Fixed.LastName}
Here Fixed would be either ur table name of proc name. Declare the formula and then define this in that formula. U can also triim it by using Trim command.
Thanks for replay.
It works fine. Now would like to sort that unbound concotenatad field by LastName and FirstName. How way do I need change formula to get result?
Thanks.
Thanks All.
Problem solved.
If my post have helped you out then please rate it and marked this thread as resolved,