C
Chris
I'm creating an extract to show customer penetration. The process is moving
aloing quiet nicely but I do have one problem I don't know how to solve.
Over a twelve month period I need to show a record if there was one month in
that 12 month time period where sales were 100 or greater. example:
Customer 1.
Jan05 Feb05 Mar05 Apr05 May05 Jun05 Jul05 Aug05 Sep05 Oct05 Nov05
Dec05
50 0 10 25 30 14 23 40
60 70 15 80
Customer 2.
Jan05 Feb05 Mar05 Apr05 May05 Jun05 Jul05 Aug05 Sep05 Oct05 Nov05
Dec05
50 0 10 25 30 14 23 100
60 70 15 80
In these two examples I would only be interested in customer 2 becaue in
Aug05 sales reached 100. the solution would be easy for me if I could just
sum the months up but that's not what I'm looking to do. I have to scan
each month by customer and determine what customers had one month in a 12
month period where sales were 100 or greater. This I don't know how to do.
Obvisouly the above data is just for example sake. Thanks in advance for
your help.
Chris
aloing quiet nicely but I do have one problem I don't know how to solve.
Over a twelve month period I need to show a record if there was one month in
that 12 month time period where sales were 100 or greater. example:
Customer 1.
Jan05 Feb05 Mar05 Apr05 May05 Jun05 Jul05 Aug05 Sep05 Oct05 Nov05
Dec05
50 0 10 25 30 14 23 40
60 70 15 80
Customer 2.
Jan05 Feb05 Mar05 Apr05 May05 Jun05 Jul05 Aug05 Sep05 Oct05 Nov05
Dec05
50 0 10 25 30 14 23 100
60 70 15 80
In these two examples I would only be interested in customer 2 becaue in
Aug05 sales reached 100. the solution would be easy for me if I could just
sum the months up but that's not what I'm looking to do. I have to scan
each month by customer and determine what customers had one month in a 12
month period where sales were 100 or greater. This I don't know how to do.
Obvisouly the above data is just for example sake. Thanks in advance for
your help.
Chris