I'm using CR 8.5 on SQL Database, and I've only been working with CR for a little over a month. I've searched the forums, but I can't find anything just like this situation.
There's an Agent field (field.agent). I've got one field (field.status) that tells how many seconds an Agent was on a certain phone/work status (Available, Away From Desk, At Lunch, etc..). Another field (field.queue) tells the phone queues he/she is assigned to (Queue1, Queue2, Queue3, etc..). My problem is that each queue shows the same number of minutes on a status when in preview. The details line looks like:
(field.Agent) (field.queue) (field.status)
Agent One Queue One 530 (*)
Agent One Queue Two 530
Agent One Queue Three 530
Agent One Queue One 278 (*)
Agent One Queue Two 278
Agent One Queue Three 278
Agent Two Queue Two 1018 (*)
Agent Two Queue Four 1018
Agent Two Queue Two 439 (*)
Agent Two Queue Four 439
I need to be able to select only the first lines (denoted by (*) above) and keep everything else off the report (no suppression). I've tried grouping by Agent and by Queue and using selection on the queue; however, the problem I have is that different agents are assigned different queues (Agent One's first queue is One, while Agent Two's first queue is Two). I just want the first one listed for each Status field to be printed.
Please let me know if you need any more info, and thank you very much for any responses.
dwcats67
There's an Agent field (field.agent). I've got one field (field.status) that tells how many seconds an Agent was on a certain phone/work status (Available, Away From Desk, At Lunch, etc..). Another field (field.queue) tells the phone queues he/she is assigned to (Queue1, Queue2, Queue3, etc..). My problem is that each queue shows the same number of minutes on a status when in preview. The details line looks like:
(field.Agent) (field.queue) (field.status)
Agent One Queue One 530 (*)
Agent One Queue Two 530
Agent One Queue Three 530
Agent One Queue One 278 (*)
Agent One Queue Two 278
Agent One Queue Three 278
Agent Two Queue Two 1018 (*)
Agent Two Queue Four 1018
Agent Two Queue Two 439 (*)
Agent Two Queue Four 439
I need to be able to select only the first lines (denoted by (*) above) and keep everything else off the report (no suppression). I've tried grouping by Agent and by Queue and using selection on the queue; however, the problem I have is that different agents are assigned different queues (Agent One's first queue is One, while Agent Two's first queue is Two). I just want the first one listed for each Status field to be printed.
Please let me know if you need any more info, and thank you very much for any responses.
dwcats67