OldGrayMare
MIS
Using v. 11
I have a report that shows days open for tickets based on the formula below. Some of the tickets are active, however, not having a Last Resolved Date. Those are currently showing zero (0) for days open (report line below -- see 0 after the date/time on first report line).
I want those tickets that are still open to show days open based on Current Date, not Last Resolved Date.
Can anyone offer suggestions on a formula to do that?
FORMULA:
DateDiff ("d",{HPD_Help_Desk.Reported Date} ,{HPD_Help_Desk.Last Resolved Date} )
SAMPLE REPORT LINES:
INC000000593025 Request Low Pending 8/6/2009 1:53:02PM 0 - Would like condensed version of the "Ticket Management item...
INC000000588569 Request Low Closed 8/3/2009 4:24:30PM 8/6/2009 4:32:54PM 3 - Schedule Internal Report with Details Weekly Review
Thank you,
Old Gray Mare
I have a report that shows days open for tickets based on the formula below. Some of the tickets are active, however, not having a Last Resolved Date. Those are currently showing zero (0) for days open (report line below -- see 0 after the date/time on first report line).
I want those tickets that are still open to show days open based on Current Date, not Last Resolved Date.
Can anyone offer suggestions on a formula to do that?
FORMULA:
DateDiff ("d",{HPD_Help_Desk.Reported Date} ,{HPD_Help_Desk.Last Resolved Date} )
SAMPLE REPORT LINES:
INC000000593025 Request Low Pending 8/6/2009 1:53:02PM 0 - Would like condensed version of the "Ticket Management item...
INC000000588569 Request Low Closed 8/3/2009 4:24:30PM 8/6/2009 4:32:54PM 3 - Schedule Internal Report with Details Weekly Review
Thank you,
Old Gray Mare