Running Crystal Reports 8.5 / Oracle DB
Having an problem with and OR Statement. It will only display what is before the OR but will not show anything after the OR. Here is the formula:
{EC_EMPLOYEE.EMP_GROUP_CODE} startswith "CU" and
(
({EC_EMPLOYEE.PREVIOUS_TERMINATION_DATE} >...
When I run this code. It is only doing what is ahead of the or statement and never what's after it. If I run the code in SQL Designer it runs correctly. But I don't want to run it in the designer if I don't have to.
{EC_EMPLOYEE.EMP_GROUP_CODE} startswith "CU" and
(...
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.