atthevilla
MIS
Crystal 10, Oracle 10.
I need to determine get largest gift for each donor:
maximum({TABLE.PAID_AMT},{TABLE.COREID}). But I need to count multiple transactions from that came in on the same day from a single donor as a single gift (they split the money between two or more funds). How can I arrive at the maximum of the sum of gifts made on the same day by the same person?
I need to determine get largest gift for each donor:
maximum({TABLE.PAID_AMT},{TABLE.COREID}). But I need to count multiple transactions from that came in on the same day from a single donor as a single gift (they split the money between two or more funds). How can I arrive at the maximum of the sum of gifts made on the same day by the same person?