fieldtechuk
IS-IT--Management
- May 12, 2006
- 11
Can anyone give me some advise. I have the following data in a table:
Location-code, call-number, type-of-call:
LOC1 0000001 START
LOC1 0000001 END
LOC1 0000002 START
LOC1 0000002 END
LOC2 0000003 START
LOC2 0000003 HOLD
LOC2 0000004 START
LOC2 0000004 END
For each call-number within location I need to work out the percentage of calls that have NOT been put on HOLD with an overall percentage at the end of the report i.e:
LOC1 100%
LOC2 50%
Overall 75%
I have tried various groups and running totals etc., but can't seem to get the right results.
Location-code, call-number, type-of-call:
LOC1 0000001 START
LOC1 0000001 END
LOC1 0000002 START
LOC1 0000002 END
LOC2 0000003 START
LOC2 0000003 HOLD
LOC2 0000004 START
LOC2 0000004 END
For each call-number within location I need to work out the percentage of calls that have NOT been put on HOLD with an overall percentage at the end of the report i.e:
LOC1 100%
LOC2 50%
Overall 75%
I have tried various groups and running totals etc., but can't seem to get the right results.