Custom Search
Your Ad Here
Latest News
Showing posts with label concatenate the data. Show all posts
Showing posts with label concatenate the data. Show all posts

Concat for Crystal Report FullName

Posted by Gregfox on 11/9/08 , under , | comments (0)



You will have to concatenate the data as it is read and report it in the group footer. Create a formulas as follows:

StringVar ConCat;

ConCat +({vieweducatorclientlist.PatientLastName}) + ", "+ ({vieweducatorclientlist.PatientFirstName})+ " "+({vieweducatorclientlist.PatientMiddleName})