1
Answer

Crytal Report

Photo of Sathya Narayan

Sathya Narayan

11y
1.2k
1
Hi,

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}


Answers (1)