- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 09:00 AM
Need to create a metric to get the below duration
RITM Open Date to
First SCTask Assigned To is not empty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 10:39 AM
Hi @Guru6 ,
Write metric definition on catalog task [sc_task] table on "assigned to" first update ( empty -> user ) and read the RITM created value via dot walking and get the duration with current date/time and RITM created date/time.
Write the metric definition code and share if stuck some where.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 10:39 AM
Hi @Guru6 ,
Write metric definition on catalog task [sc_task] table on "assigned to" first update ( empty -> user ) and read the RITM created value via dot walking and get the duration with current date/time and RITM created date/time.
Write the metric definition code and share if stuck some where.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution