I am using Crystal 9.2.
I want to add a running total to my report that counts the record if the state = "IL" AND the Type = "FR" AND either the open house date OR the Blue Chip date is less than or equal the AS OF DATE.
I am using the formula below and it will only add to the count if Open House date is <= the AS OF DATE.
{State} = "IL" AND {Type} = "FR" AND
((cdate({Open House}) <={?AS OF Date}) OR (cdate({Blue Chip}) <= {?AS OF Date}))
I want to add a running total to my report that counts the record if the state = "IL" AND the Type = "FR" AND either the open house date OR the Blue Chip date is less than or equal the AS OF DATE.
I am using the formula below and it will only add to the count if Open House date is <= the AS OF DATE.
{State} = "IL" AND {Type} = "FR" AND
((cdate({Open House}) <={?AS OF Date}) OR (cdate({Blue Chip}) <= {?AS OF Date}))