I have a formula created that displays how long an incident was open. It currently is displayed in seconds. How can I convert this to DD:HH:MM:SS? I have tried example formulas that I found but they are not working.
if {Incident.Status ID:} = "CLOSED" then
DateDiff ( "s", {Incident.Open Date & Time}, {Incident.Close Date & Time})
else
DateDiff ( "s", {Incident.Open Date & Time}, CurrentDateTime )
if {Incident.Status ID:} = "CLOSED" then
DateDiff ( "s", {Incident.Open Date & Time}, {Incident.Close Date & Time})
else
DateDiff ( "s", {Incident.Open Date & Time}, CurrentDateTime )