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 Wanet Telecoms Ltd 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: jemsmom
  • Content: Threads
  • Order by date
  1. jemsmom

    Previous Week formula not working for a weekend date

    Using Crystal 2008 with SQL Server 2008 R2 I’m trying to count records into weekly buckets for the previous 4 weeks. Unfortunatly I only have one test record that falls on a weekend and it is not falling into the correct bucket. Formula works properly to find Week 3 Start Date //start date of...
  2. jemsmom

    Selecting a Range of Values from Comma Separated List

    I am using Crystal 2008 on SQL Server. The data in column EDG.CURRENT_ICD9_LIST looks like this: 998.89, 780.2, V25.2 525.88 780 780.2 998.89 780.2, 998.89 799.8 998.89, 780.2 I need to select all records that contain EDG.CURRENT_ICD9_LIST in the range of 780.0 to 999.99, but I've only been...
  3. jemsmom

    Average hour and minutes of Multiple Time Values

    I need to find the average time of multiple date time fields that are in 24 hour format. using Crystal 2008 with SQL Server. My report is grouped by department and patient class and I need to provide the average time of day a patient is discharged for both groups and overall for the report. I...
  4. jemsmom

    Calculate and Group by Age in Years and Months

    I need to group a report by the patients age at the time of the surgery by using the birth date and surgery date. The age needs to be in months and years. The groups needs to be: < 1 Month, 1 - 6 Months, 6 months - 2 Years, 2 - 12 Years, 12 - 18 years, > 18 Years Any and all help is...
  5. jemsmom

    Display Formula for Detail Line with 53 columns

    I'm using Crystal XI with Oracle 10g. I have a report that has over 53 columns per row that I need to export to xls. I currently have all columns on one display line but I had to make them so narrow its difficult to determine which column is which when I need to move them around. Does anyone...
  6. jemsmom

    Sorting an Alphanumeric Field

    I'm using Crystal XI with Oracle 10g. I've read and tried several formulas from previous postings, but nothing seems to be working or I'm doing something wrong. My report is grouped by location and @roomname with several summary fields in both. currently the report sorts by the @roomname...
  7. jemsmom

    Finding the number of Days of Weeks in a Month.

    I'm using Oracle 10 g with Crystal XI. I am trying to create a room utilization report by room and day of week. I've tried using the formula found in thread767-1387024 by LB to count the number of Mondays, but I'm not returning the desired results. I return 8 mondays in January...
  8. jemsmom

    Manual Crosstab with Date Columns

    I'm using Oracle 10 g with Crystal Reports XI I need to create a manual cross tab (because of printing issues) with a column and header for each date for the previous 10 days. I'm using the following select statement to get the return records for the previous 10 days. {OR_LOG.SURGERY_DATE} >=...
  9. jemsmom

    Group results of an Array

    I’m using Crystal XI with Oracle 10g I need to create a summary report of the total number of procedures done in combination or as a single procedure. I’ve read several postings on arrays, but can’t figure out if I can group by the results. The procedure data looks like this: PatientID...
  10. jemsmom

    Getting an Average from a Running Total

    I’m using Crystal XI with Oracle 10g The purpose of my report is to provide a count of the number of rooms running by half hour by day and then an average of the rooms running by date and by day of the week. The report runs for a month at a time and I have it grouped by Day of week and Date...
  11. jemsmom

    Identify Records with Overlapping Times

    I’m using Crystal XI with Oracle 10g. The goal of this report is to identify case records that have overlapping times and I’ve been unable to get anything to work. My data looks like this: Log OR IN OR Out ------------------------------------------------------------ Log 1 12/21/2009 7:13:00...
  12. jemsmom

    Finding the next 8 weeks

    I'm using Crystal 10 with Oracle 10 g. I need my report to select records with dates in the next 2 weeks, Sunday - Saturday. I then need a column with the total number of cases scheduled for each of those 2 weeks. Surgeon 9/27-10/3 10/4/ to 10/10...
  13. jemsmom

    Collecting minutes by hour of day

    I'm using Crystal 10 with Oracle. I posted my original issue on thread767-1502453 I've found if the ending timestamp is the next day I'm not collecting any minutes in my 23:00:00 to 00:00:00 formula. If the in time occurs between 11 pm and midnight I was to display the number of minutes...
  14. jemsmom

    Scheduling for a specific business day of the month

    We are running Crystal Enterprise 10. Is it possible to schedule reports for a specific business day of the month? Thank you!
  15. jemsmom

    Collect minutes by hour of Day

    I am using the formula below for each hour of the day summarizing the total minutes used by hour. This worked great until the end user says there are two possible sets of timing elements. Despite my efforts to modify the formula I cannot get it to work. Any help is appreciated. Every...
  16. jemsmom

    Displaying Relative Quarter Dates

    I'm Using Crystal Reports XI with SQL Server. My report requires one date parameter the "Survey Date". The goal of the report is to report the number of deficiencies in quarters for the previous 12 full months from the Survey Date. I can't display the correct quarter dates. I need to...
  17. jemsmom

    Only count a record once

    Using Crystal XI on a SQL Server database my report displays the number of patients, number of results and the average as well as the standard deviation of a patients blood sugar results by patient, department and for the report. I also need to count the number of patients that had a result...
  18. jemsmom

    Different Page Header at the End of a Report

    My report (Crystal XI) has 2 groups - grp 1 provider reporting group and grp 2 provider. I'm using the New Page Before in the section expert in group 2 to print each provider records on separate pages. I now would like to place a crosstab at the end of each provider group but I want it to be...
  19. jemsmom

    Shading on Alternate Rows

    I'm trying to alternate gray and white row shading in a summary report in a group footer row. I've used the following steps in the detail row of previous reports, but it does not work in the group footer. There is not an alternating pattern, its appears random. Does anyone have any other ways...

Part and Inventory Search

Back
Top