atthevilla
MIS
Crystal 10 Oracle 10. Looking for ideas. I need to create a translation table of constituent IDs and anonymous dummy record IDs that will allow me to combine the constituent donations into the anonymous record donations and show the total as one anonymous donor in a Crystal report grouped by ID. This relationship is not recorded in the database due to fear that users would be able to identify anonymous. I'm thinking of a table like
Anon_ID Real_ID
00077 00001
00088 00002
00099 00003
If Real ID 00001 is a donor, then credit his gifts plus all gifts from Anon ID 00077 and display total under the 00077 Anon ID and nothing under 00001. If possible, I want to avoid making a report-specific formula; I'd rather have a table that can be updated as needed. There will probably not be more than a dozen of these cases.
Anon_ID Real_ID
00077 00001
00088 00002
00099 00003
If Real ID 00001 is a donor, then credit his gifts plus all gifts from Anon ID 00077 and display total under the 00077 Anon ID and nothing under 00001. If possible, I want to avoid making a report-specific formula; I'd rather have a table that can be updated as needed. There will probably not be more than a dozen of these cases.