Click to See Complete Forum and Search --> : Selecton Errors


LHooker
June 27th, 2008, 06:56 PM
I'm trying to combine all records with a closed date and rejection_withdrawal date. If I run the each of
the below statements separately, I get 520 for for closed date and 382 for rejection_withdrawal date, but
with the below code, I can't get the sum of both (i.e. 902). Why ?

{Closing_Date} = {?Closed Date}
Or
{Rejection_Withdrawal_Date} = {?Closed Date}

jggtz
June 29th, 2008, 10:26 PM
Maybe there are records that have {Closing_Date} = {Rejection_Withdrawal_Date}