lholodnak
IS-IT--Management
- Mar 26, 2004
- 21
Hi all, I'm using crystal 10 and oracle tables. I' trying to do a running total that does the following. But I can't seem to not select RPLCS, while selecting ESINV since they are in the same table. I get the same results where I have the RPLCS statement or not and the totals are different. I' not able to do a record select on this table because of other issues. Any ideas on how to select and not select a field in the same table. Thanks, Lisa
{SERVICE_REQUEST.SRVC_RQST_GENERATION_DT} in currentdate to
dateadd("d",-9,currentdate)
and {@Count of 2 days or less} = 1 AND
not ({WORK_ORDER_WORK_CODE.WORK_CD} in ["RPLCS"]) AND
{WORK_ORDER_WORK_CODE.WORK_CD} in ["ESINV"] and
{WO_X_WORKCD_ACTNCD.ACTN_CD} in ["REF", "REF11"]
{SERVICE_REQUEST.SRVC_RQST_GENERATION_DT} in currentdate to
dateadd("d",-9,currentdate)
and {@Count of 2 days or less} = 1 AND
not ({WORK_ORDER_WORK_CODE.WORK_CD} in ["RPLCS"]) AND
{WORK_ORDER_WORK_CODE.WORK_CD} in ["ESINV"] and
{WO_X_WORKCD_ACTNCD.ACTN_CD} in ["REF", "REF11"]