Changing color in Crystal report
Hi friends,
I have to change color of text object .
I have used foll. code in Formula editor-Background color:
if{VP_Attendance.OT}='OT' then crblue
else if({VP_Attendance.EarlyGoing}='EARLY GOING')
then CRRED;
In this formula only 1st condition is executed successfully
If i have used 1 condition at a time it is running succesfully
Plz help me out