M
Mike
Hey everyone, I have a small problem I've been trying to figure out how to
overcome. I'm an Incident Manager and have a few databases I use for
reporting purposes.
I work with call tracking systems and have to match up tickets from one
system to another - this is done. For a certain report I have, I need to
match up one tracking system's ticket(s) to events in another ticket (from
the other call tracking system)
Here is an example of the data I'm getting from my simple query (which is
wrong):
WFMTicket REMTicket REMOpen
WFMOpen
9999680576 NUM003438282 7/31/06 18:40 7/31/06 19:42
9999680576 NUM003438282 7/31/06 19:38 7/31/06 19:42
9999680806 NUM003438282 7/31/06 18:40 7/31/06 19:48
9999680806 NUM003438282 7/31/06 19:38 7/31/06 19:48
Now, the time stamps are event times from the REM system (REMOpen), and the
WFMOpen is when the WFMTicket was opened for that REM event.
as you NUM see, the REMOpen time stamps repeat for ever WFM ticket... the
data results I need should actually look like this:
WFMTicket REMTicket REMOpen
WFMOpen
9999680576 NUM003438282 7/31/06 18:40 7/31/06 19:42
9999680806 NUM003438282 7/31/06 19:38 7/31/06 19:42
So, what I figure I should do is have the REM data counted per ticket
numbers, so the count should look like this:
REMTicket Count
NUM003438264 1
NUM003438268 1
NUM003438275 1
NUM003438282 1
NUM003438282 2
NUM003438282 3
NUM003438282 4
NUM003438337 1
NUM003438337 2
NUM003438337 3
NUM003438337 4
NUM003438337 5
NUM003438337 6
NUM003438338 1
NUM003438338 2
My question is: How do I do this?
I've been looking high and low for answers on this, but to be honest, I'm
too ignorant about Access to formulate the right question. I know what I need
to do, but not how to do it. I know I would also have to count the WFM ticket
and assign a number to it, so I NUM match up the WFM ticket to the REM Event.
NUM anyone point me in the right direction? I have been trying to do this in
a Query, but I'm not sure that's even possible.
Thanks much,
Mike
overcome. I'm an Incident Manager and have a few databases I use for
reporting purposes.
I work with call tracking systems and have to match up tickets from one
system to another - this is done. For a certain report I have, I need to
match up one tracking system's ticket(s) to events in another ticket (from
the other call tracking system)
Here is an example of the data I'm getting from my simple query (which is
wrong):
WFMTicket REMTicket REMOpen
WFMOpen
9999680576 NUM003438282 7/31/06 18:40 7/31/06 19:42
9999680576 NUM003438282 7/31/06 19:38 7/31/06 19:42
9999680806 NUM003438282 7/31/06 18:40 7/31/06 19:48
9999680806 NUM003438282 7/31/06 19:38 7/31/06 19:48
Now, the time stamps are event times from the REM system (REMOpen), and the
WFMOpen is when the WFMTicket was opened for that REM event.
as you NUM see, the REMOpen time stamps repeat for ever WFM ticket... the
data results I need should actually look like this:
WFMTicket REMTicket REMOpen
WFMOpen
9999680576 NUM003438282 7/31/06 18:40 7/31/06 19:42
9999680806 NUM003438282 7/31/06 19:38 7/31/06 19:42
So, what I figure I should do is have the REM data counted per ticket
numbers, so the count should look like this:
REMTicket Count
NUM003438264 1
NUM003438268 1
NUM003438275 1
NUM003438282 1
NUM003438282 2
NUM003438282 3
NUM003438282 4
NUM003438337 1
NUM003438337 2
NUM003438337 3
NUM003438337 4
NUM003438337 5
NUM003438337 6
NUM003438338 1
NUM003438338 2
My question is: How do I do this?
I've been looking high and low for answers on this, but to be honest, I'm
too ignorant about Access to formulate the right question. I know what I need
to do, but not how to do it. I know I would also have to count the WFM ticket
and assign a number to it, so I NUM match up the WFM ticket to the REM Event.
NUM anyone point me in the right direction? I have been trying to do this in
a Query, but I'm not sure that's even possible.
Thanks much,
Mike