lholodnak
IS-IT--Management
- Mar 26, 2004
- 21
I'm using crystal 10, with oracle and I'm trying to do the following record selection in my reports:
{@wst to service area} in ["BASOM", "NORTH", "SOUTH"] and
{SERVICE_REQUEST.WTR_SWR_IND} = "W" and
{WORK_ORDER_WORK_CODE.WORK_CD} <> "HP" and
{SERVICE_REQUEST.SRVC_RQST_GENERATION_DT} in {?Start reporting date} to
CurrentDate or
{WORK_ORDER.INITIAL_ASSGN_DT} in [{?Start reporting date} to currentdate] and
{REPORTED_PROBLEM.PROB_CD} in ["1161", "1161A", "1161S"] and
{WORK_ORDER.FAC_TYP_CD} = "WSVC" and
{@Service Area} <> "Not in an identified Council District" and
{SERVICE_REQUEST.SRVC_AREA_CD} <> "9"
Everything was working great, until I added the work order initial assign dt line, now for some reason the record selections below that line are not being read, so now I'm getting all problem codes, fac typ, service areas, etc. Does anyone know why? Thanks, Lisa
{@wst to service area} in ["BASOM", "NORTH", "SOUTH"] and
{SERVICE_REQUEST.WTR_SWR_IND} = "W" and
{WORK_ORDER_WORK_CODE.WORK_CD} <> "HP" and
{SERVICE_REQUEST.SRVC_RQST_GENERATION_DT} in {?Start reporting date} to
CurrentDate or
{WORK_ORDER.INITIAL_ASSGN_DT} in [{?Start reporting date} to currentdate] and
{REPORTED_PROBLEM.PROB_CD} in ["1161", "1161A", "1161S"] and
{WORK_ORDER.FAC_TYP_CD} = "WSVC" and
{@Service Area} <> "Not in an identified Council District" and
{SERVICE_REQUEST.SRVC_AREA_CD} <> "9"
Everything was working great, until I added the work order initial assign dt line, now for some reason the record selections below that line are not being read, so now I'm getting all problem codes, fac typ, service areas, etc. Does anyone know why? Thanks, Lisa