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

    Help with Select statement based off of Date Range Parameter

    I have a table that captures patients that belong in a registry with a START_DATE field and an END_DATE field. I've added a Date range parameter {?Date Range} so I can run this report for whatever date range requested. I'm struggling to write a select statement that will include the patients...
  2. torolimon

    How to reset passed shared variable in main report that was passed from subreport

    I have a report where I am passing a shared variable that lives in the Group Header 1 in the subreport and trying to display in the Group Footer 1 of the Main Report. Not every subreport returns the value I'm passing so I get the value on the main report the first time it shows up for a...
  3. torolimon

    Suppress a group footer with a value calculated by a variable

    I have a field in the Group Footer called Elapsed Time By Days. This field is calculated by a variable and is a number. I'm wanting to create a parameter that allows the user to select "0 ot 7 Days", "8 to 30 Days", and "31 to 90 Days" and then they would only see records with those values...
  4. torolimon

    Help with variable to pull first value from detail line into group footer.

    Group 1 Header Department Admit Time Detail line 1 Dept 1 8:00 Detail line 2 Dept 2 9:00 Detail line 3 Dept 3 10:00 Group 1 Footer Dept 1 (this is the value I want to see but if a do a Max or Min summary I keep getting either Dept 2 or Dept 3 because their...
  5. torolimon

    Readmissions with in 7 days of discharge

    I am trying to find a way to display a readmit date for patients that is less than 7 days from admit date. The fields I’m working with are {Discharge.Effective Time} and {Admit.Effective Time} . I also a group on {Patient.MRN}. Every thing I try keeps bringing up the same dates multiple times.
  6. torolimon

    Help with Summarizing a field that says it can not be summarized

    This is really convoluted: The field I'm trying to summarize is {@elapsed Time in OR} = tonumber(DateDiff("n",{@Reported In OR Time},{@Reported Out OR Time})) . {@Reported In OR Time} = if isnull(maximum({@Recorded In OR Time}, {OR_LOG.LOG_ID})) then {@x null datetime} //i.e. don't display...
  7. torolimon

    Monitoring report sent to multiple email address

    If you schedule a report to run and to be sent to multiple email addresses, is there a way to see if any of the emails bounce back or are undeliverable?

Part and Inventory Search

Back
Top