BlurredVision
Technical User
Hello all.. I have the following formula:
If ({RV_Practitioner.Last_Name} in ("A" to "C")) Then
{RV_Practitioner.Last_Name}
Else
"";
When it runs, it only gives me A to B (Cutting off C).. I can't seem to find away around this.. Any ideas?
I am running Crystal Reports v10
Thanks!
If ({RV_Practitioner.Last_Name} in ("A" to "C")) Then
{RV_Practitioner.Last_Name}
Else
"";
When it runs, it only gives me A to B (Cutting off C).. I can't seem to find away around this.. Any ideas?
I am running Crystal Reports v10
Thanks!