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 dencom 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. crystal123456

    Remove Range of Numbers from a Text String

    I have a field that I need to remove a certain range of numbers from, however, this field is VARCHAR2 and can contain letters. My current code is as follows (in the Where clause): field.field_name not between '27000000' and '27999999' The problem is this is also taking out records that are not...
  2. crystal123456

    Remove Range of Numbers from a Text String

    Hello, I have a field that I need to remove a certain range of numbers from, however, this field is VARCHAR2 and can contain letters. My current code is as follows (in the Where clause): field.field_name not between '27000000' and '27999999' The problem is this is also taking out records that...
  3. crystal123456

    Using Excel Table as an ODBC connection in Crystal Reports

    I am trying to use an Excel table as an ODBC connection but I am having trouble adding the datasource in Crystal and I am getting an error saying "Logon Failed, Details: HY000 The Microsoft Jet database enginer cannot open the file '(unknown)'. It is already opened exclusively by another user...
  4. crystal123456

    Display First Two Detail Records In Group Header

    I have a report where I need to include the first two records that appear in the detail section, in the group header. I know that the first record of the detail section will be shown if placed in the group header, however I am looking for an easy way to have this record and the very next one...
  5. crystal123456

    Averaging Sums Within Group

    Hello, I am creating a report that pulls in products that are forecasted by our customers. The way my report works is the user inputs an end date, and the report goes out and pulls in all of the products that are forecasted up to that date. On my report I display Part Number, Part...
  6. crystal123456

    Pie Chart Question

    I am looking to make a pie chart that shows workload percentage by task, and if all the available time is not being allocated to these 4 specific tasks, I want the remaining portion of my pie chart to display an "unused time" percentage. I currently have my pie chart breaking down each task but...

Part and Inventory Search

Back
Top