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 Chris Miller 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. p658484

    excell 2007 & Crystal 11

    Thanks for all your feedback. Unfortunately my excel data has over 200,000 rows, so can't save it in excel 2003. Thanks RM
  2. p658484

    excell 2007 & Crystal 11

    Hello, Sorry, but not sure where exactly to look for this information. In the ODBC (RDO) it is showing as 'excel files and MS Access Database'. In OLE DB(ADO) - there is Microsoft Office 12.0 Access Database Engine OLE DB provider Thanks RM
  3. p658484

    excell 2007 & Crystal 11

    I get a second message as well 'Unknown database connector error' Thanks RM
  4. p658484

    excell 2007 & Crystal 11

    Hi, I have been using excel 2003 with crystal 11 and now we have excel 2007. When I try to use data from excel 2007 in crystal I am getting a message 'Failed to load database information'. Not sure why? Any help will be appreciated. Thanks RM
  5. p658484

    counting first visits

    Hello, It will be the first visit within the parameter dates. I am looking at data for a year grouped by month. Typically, I need to know how many new patients for each month. Thanks RM
  6. p658484

    counting first visits

    Hello, CR version is Crystal X1. Parameter is by RegistrationVisitDate and it is grouped by the same. SQL query: SELECT "I10_Amcare_And_Diagnosis_VR"."ChartNumber", "I10_Amcare_And_Diagnosis_VR"."RegistrationNumber", "I10_Amcare_And_Diagnosis_VR"."RegistrationVisitDate"...
  7. p658484

    counting first visits

    Hi I am trying to count only the first visit on a report. If a patient has a first visit in April and a second visit in February, this patient should be counted only once and that should be in April, which will be the first visit. The visit in February should not be counted. The report needs...
  8. p658484

    formula for census day

    Hello, The census data is needed to asses the work load for a physician. For example we need to know the list of patients Physician A has for the day regardless when the admission was. So, for April 1st the list should include all cases on site for that day. These cases could have had any...
  9. p658484

    formula for census day

    Hello, Is there a formula or a field to run a crystal report by census days. For example if an admission is from April 1 to April 5. This case should appear in the census reports for April 1, 2, 3, 4 & 5. The census day should be the runtime parameter. Thank you.
  10. p658484

    crystal formula

    Hello, I would like a formula to extract the following information 1.admission April 1 discharge April 14 2.admission April 14 discharge April 25 The formula should excluded the cases when 1. discharge date = 2. admission date. Thanks
  11. p658484

    equal date & time

    Hello dunlop1975 You are correct. These fields happen to be date/time fields. When I typed 'date' before the date field and 'time' before the time field, it worked perfectly. Thanks for your help.
  12. p658484

    equal date & time

    Hello No null values. These are mandatory fields. Thanks
  13. p658484

    equal date & time

    Hello LB When I use your fomula I am getting an error 'a date is required her' and {I10_Amcare_And_Provider_VR.DispositionDate} is highlighted. I used the following formula: datetime({I10_Amcare_And_Provider_VR.DispositionDate},{I10_Amcare_And_Provider_VR.DispositionTime}) =...
  14. p658484

    equal date & time

    Hello LB Thanks for your response. This will work if you have one date and time value. I am doing this for all discharges and admission for a whole year. I need a formula to get the following results...
  15. p658484

    equal date & time

    Hello Can I get a formula to get the following data Date 1, time 1 = Date 2, time 2 I am trying to extract reports which have admission date & time equal to previous discharge date & time. I know the formula to make the dates equal, but not one for equal date & time. Thanks
  16. p658484

    sorting averages in descending order

    Hi Madawc Thanks for your response. These are calculated averages in the group footer. Not just data which is grouped. This does not come up in the Top N sort. thanks
  17. p658484

    sorting averages in descending order

    Hello I am trying to sort the averages in a column (column C) in descending order. These values are calculated fields in the report. I use Crystal 11. Below is the report. A B C (=A-B) 27.00 8.19 18.81 23.00 5.76 17.24 15.50 6.98 8.53 20.00 8.10 11.90 15.00 4.95 10.05...
  18. p658484

    substract in columns

    Thank you Ibass. This worked.
  19. p658484

    adding times

    Hello I am trying to add time in a column. Sum and Running totals are not working. I use Crystal 11. start end timediff time time 7:07 7:19 0:12 7:07 7:23 0:16 7:19 7:29 0:09 7:23 7:54 0:31 7:29 8:16 0:47 7:54 8:28 0:34 8:16 9:03 0:46 8:28 9:12 0:43 9:03 9:23 0:20 total timediff? Thank you
  20. p658484

    substract in columns

    Hello I would like some helps getting a formula to substract in a column. I have column a and need the answers as in column b. I have shown the calculation on column c. This is in Cryst 11. Thank you a b c 1 10 2 5 -10 a2-a1 3 15 10 a3-a2 4 16 1 a4-a3

Part and Inventory Search

Back
Top