Hi-
I need to know how to calculate a 6 month rolling percentage in my Crystal Report and graph it. The two fields in the formula are deliveries and returns (called recycles). So, if my data looks like this (with the data starting in August):
Aug: 6 Deliveries, 0 recycles -----> 1-(0/6) = 100%
Sept: 9 Deliveries, 3 recycles -----> 1-(3/15) = 80%
Oct: 12, 1 -----> 1-(4/27) = 85%
Nov: 6, 1 -----> 1-(5/33) = 85%
Dec: 9, 0 -----> 1-(5/42) = 88%
Jan: 9, 0 -----> 1-(5/51) = 90%
Feb: 9, 1 -----> 1-(6/54) = 89%
Mar: 15, 2 -----> 1-(5/60) = 92%
I'm trying to be able to automate the calculation of the 6 month rolling percentage, as demonstrated on the right of the data above. Anyone have any ideas? Thanks in advance...
I need to know how to calculate a 6 month rolling percentage in my Crystal Report and graph it. The two fields in the formula are deliveries and returns (called recycles). So, if my data looks like this (with the data starting in August):
Aug: 6 Deliveries, 0 recycles -----> 1-(0/6) = 100%
Sept: 9 Deliveries, 3 recycles -----> 1-(3/15) = 80%
Oct: 12, 1 -----> 1-(4/27) = 85%
Nov: 6, 1 -----> 1-(5/33) = 85%
Dec: 9, 0 -----> 1-(5/42) = 88%
Jan: 9, 0 -----> 1-(5/51) = 90%
Feb: 9, 1 -----> 1-(6/54) = 89%
Mar: 15, 2 -----> 1-(5/60) = 92%
I'm trying to be able to automate the calculation of the 6 month rolling percentage, as demonstrated on the right of the data above. Anyone have any ideas? Thanks in advance...