PDA

Click to See Complete Forum and Search --> : concatenate and sort in crystal report


eugz
May 10th, 2007, 04:29 PM
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.

mabbas110
May 10th, 2007, 11:46 PM
{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.

eugz
May 11th, 2007, 01:59 PM
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.

eugz
May 11th, 2007, 05:08 PM
Thanks All.
Problem solved.

mabbas110
May 16th, 2007, 02:27 AM
If my post have helped you out then please rate it and marked this thread as resolved,