rdrose2499
Programmer
I am trying to build a report that will do 3 things. One, the user enters a date, then on the report going across the top the date they entered is in the first column, then the subsequent columns increment by one so that I can display a week's worth of data at a time.
Now, on the row, I have tech's names and for each tech I need to see 2 things. One is how many calls did the tech log and how many calls did the tech close. I thought I could do a formula saying something like:
While calls.calldate = ?startdate do count (calls.id).
The objective is to show the 2 counts for each tech for each date. If I put in a starting date of 1/13/03, then I need to see under 1/13 something like:
Logged Closed
Clark, Aimee 15 18
Can someone help me with this? I'm not sure I'm even on the right track.
Now, on the row, I have tech's names and for each tech I need to see 2 things. One is how many calls did the tech log and how many calls did the tech close. I thought I could do a formula saying something like:
While calls.calldate = ?startdate do count (calls.id).
The objective is to show the 2 counts for each tech for each date. If I put in a starting date of 1/13/03, then I need to see under 1/13 something like:
Logged Closed
Clark, Aimee 15 18
Can someone help me with this? I'm not sure I'm even on the right track.