I'm trying to create a report that will include the time elapsed since receiving a ticket and it's being closed.
The formula I'm using is:
The problem I'm encountering is that some of the tickets are not closed, so no closed time exists and the report won't run.
I'm assuming I need to add isnull into my forumla but I can't seem to figure it out.
The formula I'm using is:
Code:
DateDiff ("n", DateTime (Hfwdatetodate({CallLog.RecvdDate}),Time({CallLog.RecvdTime})), DateTime (Hfwdatetodate({CallLog.ClosedDate}),Time({CallLog.ClosedTime})))
The problem I'm encountering is that some of the tickets are not closed, so no closed time exists and the report won't run.
I'm assuming I need to add isnull into my forumla but I can't seem to figure it out.