Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anonymouscdn

    OR statement Help

    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} >...
  2. anonymouscdn

    Problem with an OR statement

    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 (...

Part and Inventory Search

Back
Top