- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2025 10:01 PM - edited 01-12-2025 10:02 PM
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
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2025 11:19 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:52 PM