Question on Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 05:53 AM - edited 03-14-2024 05:58 AM
Hello everyone,
I have a report on database view table(sn_hr_core_case_workforce_task_sla_db_view) created between two table (n_hr_core_case_workforce_admin and task_sla). There is field on report "Business elapsed time" . On report it is showing fine like (3 Days 3 Hours 18 Minutes 0 Seconds) but when report is exported that same field is showing in number(271080) in excel. How to fix this? Screenshot attached
Note: I tried below approach but not working:
Check if below property is available or not if not then Create the following sys_property:
1. Go to the system property : sys_properties.list
2. Click on New and add below details
Name: 'glide.ui.duration.seconds.enabled'
Type: true | false
Value: true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 06:29 AM
Hi @Maddysunil ,
This is how it is exported to Excel. you instead need to utilize this formula in Excel to convert the time: "=CONCATENATE(TEXT(INT(A1)/86400;"tt:mm:ss"))".
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:06 AM
Thanks for your response, Actually i am looking for some solution which should work without applying formula.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:09 AM
You can do in excel easily but not in SN.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:14 AM
Hi @Maddysunil ,
Duration field (the Actual elapsed time column) is formatted as Days, Hours, Minutes (e.g. 838 Days 19 Hours 46 Minutes). This is the expected behavior.
If you want to change or customize anything , here is mentioned couple of ways:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0656030
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda