G
Guest
I'm trying calulate the age of cases in the table. Basically, if there is a
close date then I want to calculate close date - received date. If there is
no close date. I want to calculate today - received date. here is what I
have so far
CASE_AGE: IIF([CLOSE_DATE],NULL,DATE -[Date_RECEIVED]),IIF([close_date],not
null,[close_Date] - date_received])
close date then I want to calculate close date - received date. If there is
no close date. I want to calculate today - received date. here is what I
have so far
CASE_AGE: IIF([CLOSE_DATE],NULL,DATE -[Date_RECEIVED]),IIF([close_date],not
null,[close_Date] - date_received])