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 bkrike 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: *

  • Users: leftfldr
  • Content: Threads
  • Order by date
  1. leftfldr

    Running balance for customer statements

    Using Crystal Reports 10 and SQL2008 DB (Dynamics GP backend accounting software). I am trying to recreate customer statements that are produced within Dynamics GP. I want it to look similar to this: Document # Code Date Debit Credit Balance 517020 Sale 12/12/08...
  2. leftfldr

    Record comparison on two tables

    Using SQL2008 I have two pricing tables that have the exact same columns. I need to find the records in 1 table that do not exist in the other table. If TABLE A has a Price Level and Unit of Measure combination = CATPRICE EX I need to know which of those item numbers do not have a Price Level...
  3. leftfldr

    Compare same field in same table

    Using SQL2005 against Dynamics GP. I have a table that contains inventory items. We have inventory items that end with a +C and +O with the same preceeding characters. I need to generate a query that will give me a list of all +C items without correspoding +O items. How should I go about...
  4. leftfldr

    Case formatting on "Mc" names

    Using SQL 2005 I have a contact name field where the first and last names are stored together. Some of the last names start with Mc. I need a script that will capitalize the letter after the Mc. Here are examples of data in the table. Bill Mcconnell Jim Mccall Joe Smith Tim Lansing Dan...
  5. leftfldr

    Split a memo field into separate fields by line break

    Using Crystal 10, SQL 2005, GP Dynamics backend database I have a memo field that I need to split into separate fields for the purpose of formatting. For example, my field reads: "Repair Only - 90 Day Warranty (hard return) Specify Tilt & Lighting Volts" I need the words Specify Tilt &...
  6. leftfldr

    Need help with "Replace" formula

    Using Crystal 10 with Microsoft SQL Server and the ERP package of Microsoft Dynamics GP. All information in the item database is stored in uppercase. For this particular crystal report we do not want all uppercase so I am using the propercase function first. When I use the propercase some...
  7. leftfldr

    Removing the last character in a string

    Using Crystal 10 with Microsoft SQL Server 2000 backend and a Microsoft Dynamics ERP solution. I have a report that is generating labels based on ship to addresses for customers. Customer Number is GH1 and Address Code is GH2. The label contains the customer name and all contacts associated...
  8. leftfldr

    Wildcard and % in formula

    Crystal 10 - SQL database. Trying to find vendors that do not have a % sign in their payment terms. I have tried a couple formulas that generally work for me, but are not working in this instance - see below. not ({PM00200.PYMTRMID} like "*%*") {PM00200.PYMTRMID} <> "*%*" Examples of raw...

Part and Inventory Search

Back
Top