I have to concatenate two string as firstname and lastname in crystal report.So i need the formula to concatenate.can anyone help me.
This is the formula i have used to concatenate.
{Student_View.fname}+ " " + (UpperCase (Left ({FistName},1))) +"." + (UpperCase (Left
({MiddleName},1)))." +{Student_View.mname}

Rajesh PathakotiPosted Jul 16, 2014, 4:01 AM
In crystal reports after drag and drop of Name variable in Report then right click on variable then click Displaystring write this logic it will works.