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.