How to pull a report which displays the duration between the Stages in a RITM?

Renu9
Tera Contributor

Hi All, I want to create a report where it has to display the duration for each stage in RITM.

We are having 6 stages , we need to show how much time task is in particular stage. How to calculate it, Please suggest.

Example:Approval stage, development stage , test and uat stage, production stage, etc

The stages are in shown in RITM.

When the stage is in approval stage, an sc_task for approval  will be generated .

Development stage on RITM-> an sc_Task for development will be available. 

Please help me how to proceed with the duration of each stage for RITM.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hello,

This can be achieved by creating metrics on Requested Item sc_req_item table. Whenever stage changes, it will capture duration. You can create report on metric definition table. 

Kindly note metrics will record data once it created meaning that for past data it's not applicable.

PFB screen shot -

find_real_file.png

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hello,

This can be achieved by creating metrics on Requested Item sc_req_item table. Whenever stage changes, it will capture duration. You can create report on metric definition table. 

Kindly note metrics will record data once it created meaning that for past data it's not applicable.

PFB screen shot -

find_real_file.png

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

Community Alums
Not applicable

Hey Renu,

Didn't hear back on this.

Is your issue resolved by my answer? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.

Yes it worked, but for my requirement , i have created a report on metric instance table