I am needing to capture occurrences within a specific time range for the week. The first 2 timevalue statements below work fine.
What is giving me issue is changing the time range for only 1 day(Sun). I am wanting to only capture occurrences on Sun from 7:30am to 11pm but I'm getting stuck.
This is a datetime field; Oracle db using Crystal 11.
TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) < time(23, 00, 00) and
TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) > time(07, 30, 00)
Thanks,
Kamie
or
//((TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) < time(19, 00, 00)) (in ({@dayofweek} in [7])))
What is giving me issue is changing the time range for only 1 day(Sun). I am wanting to only capture occurrences on Sun from 7:30am to 11pm but I'm getting stuck.
This is a datetime field; Oracle db using Crystal 11.
TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) < time(23, 00, 00) and
TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) > time(07, 30, 00)
Thanks,
Kamie
or
//((TimeValue ({PAT_ENC_HSP.ED_DEPARTURE_TIME}) < time(19, 00, 00)) (in ({@dayofweek} in [7])))