Concat for Crystal Report FullName
11/9/08
, Posted by Gregfox at 3:19 PM
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})
Currently have 0 comments: