Hello
I'm using CR 8.5 and have a report which evaluates service calls by a number of criteria.
For example it calculates the amount of elapsed time, since a call was opened, that various statuses of the call are reached - ie "allocated" "work started" "parts ordered" "Ready to finish" "Finished" etc etc.
The problem is that there are a possible 20+ statuses and any given call can theoretically reach any of these statuses any number of times. Is there a way to count, per call, the number of times a status occurs? I have tried inserting running totals etc but this doesn't work.
The current report is ungrouped and looks roughly like this (I've added a column for 'COUNT' which is the subject of this post to give you an idea of what I'm after):
Call No Logged Status StatusTime Elapsed time COUNT
1 9AM Allocate 9:10AM 10 mins 1
1 9AM Orderpart 9:15AM 15 mins 1
1 9AM Allocate 9:30AM 30 mins 2
1 9AM Orderpart 9:45AM 45 mins 2
1 9AM Orderpart 9:50AM 50 mins 3
1 9AM Orderpart 9:55AM 55 mins 4
1 9AM Allocate 9:58AM 58 mins 3
2 9:15AM Allocate 9:20AM 5 mins 1
2 9:15AM Start 9:30AM 15 mins 1
2 9:15AM Allocate 9:35AM 20 mins 2
2 9:15AM Start 9:40AM 25 mins 2
So in other words call 1 has so far been in the "Allocate" status 3 times and the "Orderpart" status 4 times etc etc similar for call 2
The problem is arising because I'm exporting this data as a spreadsheet and doing some further analysis and I'm finding that a lot of calls reach "Awaiting Finish" a number of times and I'm really only interested in the LAST time. So I'd like to keep the report ungrouped, keep a running total of all statuses per call and perform my other calcs in the spreadsheet.
Any help appreciated
I'm using CR 8.5 and have a report which evaluates service calls by a number of criteria.
For example it calculates the amount of elapsed time, since a call was opened, that various statuses of the call are reached - ie "allocated" "work started" "parts ordered" "Ready to finish" "Finished" etc etc.
The problem is that there are a possible 20+ statuses and any given call can theoretically reach any of these statuses any number of times. Is there a way to count, per call, the number of times a status occurs? I have tried inserting running totals etc but this doesn't work.
The current report is ungrouped and looks roughly like this (I've added a column for 'COUNT' which is the subject of this post to give you an idea of what I'm after):
Call No Logged Status StatusTime Elapsed time COUNT
1 9AM Allocate 9:10AM 10 mins 1
1 9AM Orderpart 9:15AM 15 mins 1
1 9AM Allocate 9:30AM 30 mins 2
1 9AM Orderpart 9:45AM 45 mins 2
1 9AM Orderpart 9:50AM 50 mins 3
1 9AM Orderpart 9:55AM 55 mins 4
1 9AM Allocate 9:58AM 58 mins 3
2 9:15AM Allocate 9:20AM 5 mins 1
2 9:15AM Start 9:30AM 15 mins 1
2 9:15AM Allocate 9:35AM 20 mins 2
2 9:15AM Start 9:40AM 25 mins 2
So in other words call 1 has so far been in the "Allocate" status 3 times and the "Orderpart" status 4 times etc etc similar for call 2
The problem is arising because I'm exporting this data as a spreadsheet and doing some further analysis and I'm finding that a lot of calls reach "Awaiting Finish" a number of times and I'm really only interested in the LAST time. So I'd like to keep the report ungrouped, keep a running total of all statuses per call and perform my other calcs in the spreadsheet.
Any help appreciated