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 TouchToneTommy 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: BigDaddyE
  • Content: Threads
  • Order by date
  1. BigDaddyE

    Time Difference with numbers

    I have two numerical fields {vst.end_time} and {vst.begin_time} which display military time as numbers. I just want the difference im minutes between the two. When I have {vst.end_time} = 1325 and {vst.begin_time} = 0905 I want 295 minutes difference not 420. //When I try the following it...
  2. BigDaddyE

    Maintaining CSV style on sheduled report

    I have a report that works perfectly when I export the report data as CSV in standard Mode with the Isolate Report and the Isolate Group checkboxes selected. Works perfectly..... Now I need to schedule the report to run weekly and the Isolate options are not available which changes the entire...
  3. BigDaddyE

    Create a blank record if one does not exist.

    I have a report that I want to show 6 pipe deliminated codes for each patient. If the Code does not exist then I still need to reserve a pipe position for it. Example below has 4 codes for the patient John Doe: John Doe 1 aaa 2 bbb 3 ccc 4 ddd 5 6 This should display as...
  4. BigDaddyE

    Need to create a seperate index file for report.

    I have a scheduled report that pulls patient data and creates a *.pdf document. I need to create a seperate file that contain only the Patient Name, Number, and Start date. Any ideas, suggestions or answers?
  5. BigDaddyE

    Maximum count during year

    I need to list the highest patient count during last year. Each patient {Patient.PatientID}, has a start date {Patient.StartDate} and an end date {Patient.EndDate}. I am calculating if a patient is active during the year with the following: {Patient.StartDate} <= {?End Date} // 12-31/2010 and...
  6. BigDaddyE

    Finding Maximum on a formula?

    I have a report that does a count on a visit field that needs to ignore suppresed items. This formula is called @Count. Now I want to use the maximum @Count result in another formula but I do not know how. Please help, example below. Patient Start End @Count Min Max Visit John Doe...
  7. BigDaddyE

    Populate blank field with data.

    //This is my formula that works unless //the {ep_discipline.dc_reason_code} = "" then //nothing displays. Should I populate the blank //with bogus data or is their a way around this? //If I should populate with bogus data then how? //So if {ep_discipline.dc_reason_code} = "" and...
  8. BigDaddyE

    Display Date Parameter range in report header

    I have a Crystal XI report that has a date parameter that requests start date and end date upon refresh. How do I display these two values in the report header so I can display "THIS REPORT WAS RUN FOR dd/mm/yyyy to dd/mm/yyyy"?
  9. BigDaddyE

    Moving from one building to another with Crystal Reports

    I am writing a report for Hospital patients. Each patient has a start date and a discharge date for the buildings that they recieve treatment in. I am working on a report that displays the patients that moved from one building to another withen 7 days. I want to count each patient who has met...
  10. BigDaddyE

    Multiple SUMS withen a group

    I have a list of Employee charges that I want to calculate sums on by type. Employee Charge Type Bob $1 car Bob $3 bike Steve $1 car Bob $2 car Bob $4 bike So based on the...
  11. BigDaddyE

    Crystal Reports OR statements

    It appears that my 'OR' statements never really work in Crystal XI. Am I doing something wrong, or does a better way exist? For example I am using this and it is droping items where the episode.refer_date IsNull. //************************************** (({episode.refer_date}= CurrentDate)...
  12. BigDaddyE

    Display multiple results on one line

    I have a report that pulls in multiple diagnosis for a patient. I want to also list the disciplines which are also multiple. The problem is that the report lists the Disciplines again for every Diagnosis. I want to list the Disciplines once, and on one line. THIS IS EWHAT I HAVE: Pat_Name...

Part and Inventory Search

Back
Top