sorchard2000
Technical User
Running Crystal 8.5 on SQL Server.
I'm sure this is easy for you all but it's driving me nuts. I need to create a report where the selection parameters allow the user to put in the start and end datetime however, I only want the results to show cases that were scheduled between 7:30am and 8:00am (based on the casemain.schedcase_start_datetime field.) The only grouping that I currently have is based on a surgeon last name. Results showing in detail band. Record selection formula below:
{casemain.resunit_id} = 4 and
{casemain.schedcase_start_datetime} in {?StartDate} to {?StopDate} and
{delayreason.name} = "DOCTOR DELAYED"
Any ideas?
Any help would be greatly appreciated!!!
sorchard2000
I'm sure this is easy for you all but it's driving me nuts. I need to create a report where the selection parameters allow the user to put in the start and end datetime however, I only want the results to show cases that were scheduled between 7:30am and 8:00am (based on the casemain.schedcase_start_datetime field.) The only grouping that I currently have is based on a surgeon last name. Results showing in detail band. Record selection formula below:
{casemain.resunit_id} = 4 and
{casemain.schedcase_start_datetime} in {?StartDate} to {?StopDate} and
{delayreason.name} = "DOCTOR DELAYED"
Any ideas?
Any help would be greatly appreciated!!!
sorchard2000