Good Morning all,
We use Crystal 8.0 - Oracle.
Basically we're trying to have the report use the "ship date", unless it's blank. In that case, use the "Real ship date", otherwise use the "ship date".
Here is my formula:
if isnull ({CNX_DAILY_SHIPMENT\.SHIP_DATE})
then {CUSTOMER_ORDER_LINE\.REAL_SHIP_DATE}
ELSE ({CNX_DAILY_SHIPMENT\.SHIP_DATE})
The results are that it always uses the "real ship date".
Not sure where I'm going wrong here and wondered if one of you mighty formula guru's could help me out?
Thanks, in advance, for your help.
We use Crystal 8.0 - Oracle.
Basically we're trying to have the report use the "ship date", unless it's blank. In that case, use the "Real ship date", otherwise use the "ship date".
Here is my formula:
if isnull ({CNX_DAILY_SHIPMENT\.SHIP_DATE})
then {CUSTOMER_ORDER_LINE\.REAL_SHIP_DATE}
ELSE ({CNX_DAILY_SHIPMENT\.SHIP_DATE})
The results are that it always uses the "real ship date".
Not sure where I'm going wrong here and wondered if one of you mighty formula guru's could help me out?
Thanks, in advance, for your help.