Report on Requested Item metric and Requested Item catalog variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 08:30 AM
Hi All,
We have a requirement to calculate the metric on Requested item table to calculate time taken between "Opened At" and "Approved/Rejected". This we can calculate using metric definition on approval field i.e. when it changes form Requseted to Approved/Rejected.
Now the ask is, we need a report on this metric instances for a particular catalog item when Type of Request(catalog variable on that item) = Troubleshooting.
Also please suggest if there could be another approach to fulfil the requirement.
Thanks,
Prateek
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 08:40 AM
You can always report on Catalog item variables. Please find the below link helpful.
Report on Service Catalog Variables
Please hit correct based on impact of response.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 12:43 AM
You can use sc_item_option_mtom table for variables and from there you can go to sc_req_item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 03:06 AM
Create report on OOO database view table "sc_req_item_metric". this table contains three tables data. like metric instance, metric definition and RITM table as well. so that you can simply draft the report as per your requirement.