|
-
May 10th, 2007, 04:29 PM
#1
Thread Starter
Addicted Member
concatenate and sort in crystal report
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.
Last edited by eugz; May 11th, 2007 at 03:40 PM.
-
May 10th, 2007, 11:46 PM
#2
Addicted Member
Re: trim in crystal report
{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 and Regards,
Muhammad Abbas
-
May 11th, 2007, 01:59 PM
#3
Thread Starter
Addicted Member
Re: concatenate and sort in crystal report
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.
Last edited by eugz; May 11th, 2007 at 03:39 PM.
-
May 11th, 2007, 05:08 PM
#4
Thread Starter
Addicted Member
Re: concatenate and sort in crystal report
Thanks All.
Problem solved.
-
May 16th, 2007, 02:27 AM
#5
Addicted Member
Re: concatenate and sort in crystal report
If my post have helped you out then please rate it and marked this thread as resolved,
Thanks and Regards,
Muhammad Abbas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|