L
LesLdh
I currently hold sales data which is grouped by WeekNumber as follows;
WeekNumber, OrderDate, Rep, ContractValue
WeekNumber is in text format and OrderDate is in Short Date format. I have
been asked to produce a report that shows the sales for each Rep with the
user typing in which WeekNumber to display, so that the output would be
something like;
WeekNumber Rep
ContractValue
Mon (sum of contracts)
Tue (sum of contracts)
Wed (sum of contracts)
Thu (sum of contracts)
Fri (sum of contracts)
Sat (sum of contracts)
Sun (sum of contracts)
WeekNumber nextRep
ContractValue
Mon (sum of contracts) etc...
I haven't got a clue how to achieve this. Can anybody point me in the right
direction?
thanks in anticipation.
Les.
WeekNumber, OrderDate, Rep, ContractValue
WeekNumber is in text format and OrderDate is in Short Date format. I have
been asked to produce a report that shows the sales for each Rep with the
user typing in which WeekNumber to display, so that the output would be
something like;
WeekNumber Rep
ContractValue
Mon (sum of contracts)
Tue (sum of contracts)
Wed (sum of contracts)
Thu (sum of contracts)
Fri (sum of contracts)
Sat (sum of contracts)
Sun (sum of contracts)
WeekNumber nextRep
ContractValue
Mon (sum of contracts) etc...
I haven't got a clue how to achieve this. Can anybody point me in the right
direction?
thanks in anticipation.
Les.