I am looking for guidance on how to create a throughput report that displays the number of cases created vs the number of cases resolved, grouped by case type and customer for a given date range. Can anyone provide me with the steps to accomplish this task? Thank you in advance for your help!
Step 1:- For this you need to create a report in Work class with columns 1. .pyID (Summarize =Count), 2. .pyStatusWork, 3. .pyLabel, please refer below image.
Step 2:- Add Filter for Date Range, Define Date Param’s in Parameters tab ( Here I have defined Fromdate and Todate as parameters of DateTime type.
But If you are trying to show that count in UI, then you have to create two RD’s with 1. pyID -Count and pyStatus= New 2. pyID -Count and pyStatus= Resolved. This RD can be referred in property and you can show the count in UI.
If you are trying to show in a report, then there is no direct metod, but we can achieve with customized way. You can use the above same RD’s and Copy those results into New Data page properties individually by DT. This way we can show all the counts in a report with different status in single row.