atthevilla
MIS
Crystal 10, Oracle 10.
I have a database of potential donors at different stages of cultivation-A,B,C,D,E. There are multiple cultivation rows per donor each with a date. For example, if someone moves from stage A dated 1/1/06 to stage B dated 9/1/06, that is a current month move, How can I count the number of donors who moved from one stage to another this month, and the number who moved last month? This would not be the total number of A’s compared to the total number of B’s in this month and last month, but the number of donors who changed from A to B, B to C, C to D, etc. this month and last month. We may have to create a view for this, but is it possible with the current structure? Any help is appreciated.
I have a database of potential donors at different stages of cultivation-A,B,C,D,E. There are multiple cultivation rows per donor each with a date. For example, if someone moves from stage A dated 1/1/06 to stage B dated 9/1/06, that is a current month move, How can I count the number of donors who moved from one stage to another this month, and the number who moved last month? This would not be the total number of A’s compared to the total number of B’s in this month and last month, but the number of donors who changed from A to B, B to C, C to D, etc. this month and last month. We may have to create a view for this, but is it possible with the current structure? Any help is appreciated.