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
Any suggestion would be appreciated
V Cr 8.5
DB Oracle
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
Any suggestion would be appreciated
V Cr 8.5
DB Oracle