- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I need show the average time Catalog Tasks are worked on (Business Duration).
To start, I created the visualization (single score) but does not display / show the data in Platform Analytics. Shows up as zero (0) value.
But I am able to view the Business Duration on the Data table view.
Similarly, using the same table and filters on a list visualization does not display correctly as well. How do I fix this issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @David Diaz
I tried it on NCDNet and it is working as expected. Please try again from scratch and check if there are any conditions in the data source that might be blocking it.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @David Diaz
I tried it on NCDNet and it is working as expected. Please try again from scratch and check if there are any conditions in the data source that might be blocking it.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @David Diaz
ServiceNow doesn't natively populate business Duration on Catalog Tasks upon closure.
You need to enable or create a Business Rule on the sc_task table that triggers upon closure/completion to calculate the business duration
refer: KB0869390 Incident Business timings are showing as '0' when they should have values
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Tanushree,
I can see the business duration values on the data source for the completed Catalog Tasks. It just does not display on the dashboards for the average for some reason. Thank you for the KB article though. I appreciate it.