calulating totals by date range
Posted: Tue Apr 13, 2004 4:51 pm
I am having a bit of a time with creating a report. I need to create a report that does totals by a range of dates. Here^s what I^m trying to do. I want to create a report that takes an employees piece work and total it by day. This report will be over a five day__period but I don^t want to hard code dates. The data will be coming from Clippership (a shipping program). Example:____Employee Date packages shipped__user1 04/01/04 200__user2 04/01/04 180__user1 04/02/04 197__user2 04/02/04 201____I think the best way to handle this is to create the date by subtracting from the system date but the user manual was of little help. Any suggestions?