Z
zSplash
I want a report that lists the number of events handled by specific
individuals. That is, my table has various possible events (say A, B, C,
and D), and who handled each event (say Adam and Bob). I want the report to
show:
Adam: Bob:
A: 45 165
B: 102 69
C: 45 400
D: 9 55
(of course, there are more people and more events)
How do I create such a report? (I don't think I know how to fashion the
query, among many other things!) Each event is stored as a date, and each
event has a dateWho. If I make a query of all events and all eventWho's,
and try to filter the query by ="Adam", for example, my query is empty.
TIA
individuals. That is, my table has various possible events (say A, B, C,
and D), and who handled each event (say Adam and Bob). I want the report to
show:
Adam: Bob:
A: 45 165
B: 102 69
C: 45 400
D: 9 55
(of course, there are more people and more events)
How do I create such a report? (I don't think I know how to fashion the
query, among many other things!) Each event is stored as a date, and each
event has a dateWho. If I make a query of all events and all eventWho's,
and try to filter the query by ="Adam", for example, my query is empty.
TIA