Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Incident SLA report in excel

vat2do
Tera Contributor

Greetings to all,

 

A quick question. whenever i am downloading incident report from SLA_Incident table in excel format, i am receiving a random number under column "Business elapsed time" for example -check the attachment, instead of "days-hours-minutes-seconds". Is there any workaround to solve the issue.

Thanks in advance.

Regards

1 ACCEPTED SOLUTION

shamil-ibrahim
Tera Expert

Please use the below excel formula to convert seconds to days, hours, minutes and seconds format.

=TEXT(A1/(24*60*60),"dd \d\a\y\s hh:mm:ss")

*replace "A1" with the cell number where your seconds data is. see attached image.

 

Screenshot 2025-01-13 at 10.17.58 AM.png

View solution in original post

5 REPLIES 5

Dear @shamil-ibrahim 

 

Thanks for the solution. Appreciated.