Depends on what you mean by summarize, that's not exactly a descriptive statement.
You can insert a group by the date, and then change the options to by WEEK. Then palce any field in th edetails, right clikc it and select insert summary->and choose the sort of aggregate you need, just make sure that you select by that week.
You can also use a crosstab, and when specifying the date as a row or column change it to by week.
If neither of these suit the requirements, then post the actual requirements by stating your database, example data and expected output.
I need to write a report to show only new customers. I need to run the report so that it runs for 2 periods and check who new customers are in the second period.
The problem I am facing is that the customers are some time duplicated and I need to exclude this.
I need to check by Name and postcode to see if they are duplicated.
E.g.
Table
Cust Nam C Date Amount
1 a qq Jan06 20
2 b ww Jan05 20
3 c rr Jan06 20
4 b ww Jan 07 20
5 d rr Jan07 20
1 a qq Jan07 20
I am looking for the result to be customer 5 in Jan 07
Sometimes that's all that works. It would help if you clarified what you are looking for. If you tried my suggestion and had trouble with it, it would be helpful if you described the issue you ran into.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.