- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 12:19 PM
I have created a dashboard that has the KPI - Average incident resolution time by assignment group. On the KPI it displays in house and minutes. But when you drill into it and look at the records it is showing it in seconds. How can I get the list view to show the resolve time in hours and minutes?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 12:29 PM
Hi Allison,
Check this link it helps you translate the seconds to days and minuites.
Regards,
Vignesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 12:29 PM
Hi Allison,
Check this link it helps you translate the seconds to days and minuites.
Regards,
Vignesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 12:50 PM
Thank you! I knew it was an easy fix I just couldn't find where it was
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 12:38 PM
You can write a before BR and can put the below piece of line into the script field.
current.u_resolved=gs.nowDateTime(); //replace u_resolved with your field value.
Please hit correct based in impact of response.
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2021 12:41 PM
thanks that was really helpfull