calculate mttr based on created date and resolved date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 08:30 AM
I have calculated MTTR based on created date and resolved date but output is not getting fetched in actual field. when i created test variable getting proper output. MTTR field type is duration and created date and resolved date are date/time type.
below are screenshot. if anyone know please let us know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 12:58 PM
Hi @sangitakumari ,
What is the business requirement for this? Is that reporting perspective or?
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
10-23-2024 07:49 PM
Requirement:
REQ:
MTTR(Mean time to resolve) on INC calculation :
Currently it is calculated based on the difference between "u_actual_resolution_date AND u_real_start_date"
Expecatation:
In case if the fileds "u_actual_resolution_date,u_real_start_date" are not filled in, the MTTR should be calculated based on "created" and "resolved" fields.
this is the requirement .
so i calculated mttr based on created and resolved but data value are not getting fetched in mttr field. I am getting output in test variable but not getting output value in actual field i wrote the code below . and screenshot of data dictionary entry of mttr field.
if anyone know this please help me out.