Thanks for your responses!
I tried the solution from Ngolem but didn’t work for every condition. It somehow still had problems comparing the ASCII numbers. But I was determined this is the way out, so I changed the if statements up a little bit and now it works great! See below...
Hello Group,
Crystal 8, strait-up database
Trying to get the If statment to detect a difference in case. See the formula field below for code.
-------- Originator Formula Field ----------
Local stringVar LocalTemp := Right((Trim({CLIENT.ClientType2})),1);
if LocalTemp = "A" then...
Hello all!
Crystal Reports 8.0
Direct Database on local HD
I have a Database field ‘FieldA’ that contains 4 characters; I have chopped off the first 3, which leaves me with 1. I used this formula:
StringVar TmpString: = Right({FieldA},1)
I need to “link” this one character (or the variable...
Hello,
I was wondering how long (in number of statments) an 'if' statment was in affect.
----- Code ------
if IsNull({DEPT.Name}) or
{DEPT.DeptID} = "ADM" and {?Administrative}=False or
{DEPT.DeptID} = "A" and {?Audit} = False or
{DEPT.DeptID} =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.