Hello,
I have the following sql statement
IIF (CCOdate = null, DateDiff('d',CDApprovalDate, actualdef), DateDiff('d',CCOdate, actualdef)) AS finalchangeage "
The query runs and performs correctly for the false statement, but it doesn't calculate anything for the true part. Any ideas as why...