envirodata
IS-IT--Management
In Crystal I'm struggling with how to design a report that will pull from a field when the field is a particular value. More specifically, I'm trying to find the percentage of gifts that came in from the no. of people solicited. The problem is that a person could have received up to 5 solicitations.
For example, I have a list of gifts made in June and each gift is assigned an appeal and a package. The appeal for each of these gifts is June 2008 and the package will be 1st, 2nd, 3rd, 4th, or 5th based on which appeal they responded to. I also have no. solicited next to each package. What I want is the number of total gifts that came in as a percentage of just the 1st notice (which is a true count of people not letters sent). So, how do I find this percentage of gifts received based on no. solicited in package 1st notice but exclude (or even just hide the results) of other notices.
Let me type some example data rows to make this clearer:
Gift Date Appeal ID Package ID Package No. Solicited
6/1/08 R0608 1st Package 10
6/1/08 R0608 1st Package 10
6/1/08 R0608 2nd Package 5
6/1/08 R0608 3rd Package 4
So, I would total the number of gifts. Then I would like to find the response rate as total number of gifts/1st package.
So, in this example, it would be 4/10 or 40%. And to complicate things more, I would actually like to take the no. solicited from 2 packages on some months(so, the total of no. solicted in package 1A and in package 1B but exclude other packages).
Thank you for any guidance you may have in setting this up.
For example, I have a list of gifts made in June and each gift is assigned an appeal and a package. The appeal for each of these gifts is June 2008 and the package will be 1st, 2nd, 3rd, 4th, or 5th based on which appeal they responded to. I also have no. solicited next to each package. What I want is the number of total gifts that came in as a percentage of just the 1st notice (which is a true count of people not letters sent). So, how do I find this percentage of gifts received based on no. solicited in package 1st notice but exclude (or even just hide the results) of other notices.
Let me type some example data rows to make this clearer:
Gift Date Appeal ID Package ID Package No. Solicited
6/1/08 R0608 1st Package 10
6/1/08 R0608 1st Package 10
6/1/08 R0608 2nd Package 5
6/1/08 R0608 3rd Package 4
So, I would total the number of gifts. Then I would like to find the response rate as total number of gifts/1st package.
So, in this example, it would be 4/10 or 40%. And to complicate things more, I would actually like to take the no. solicited from 2 packages on some months(so, the total of no. solicted in package 1A and in package 1B but exclude other packages).
Thank you for any guidance you may have in setting this up.