MonkeyMaster
Registered User.
- Local time
- Today, 11:41
- Joined
- May 23, 2002
- Messages
- 10
calculations in the report
alright, I have a table. It has the ClientID field, the AmountOffered field and the AmountClaimed field. for each ClientID there is one AmountClaimed amount and several different AmountClaimed amounts. To make this possible in the table (which I did not design) there are duplicate rows containing ClientID and AmountOffered for each AmountClaimed entry.
I need to find out the total amount for AmountClaimed, which is easy...but I also need to find out the total for AmountOffered, which I don't know how to get access to count since there are multiple for each ClientID.
I need to be able to get the sum of AmountClaimed, and the sum of ONLY ONE for each ClientID of AmountOffered.
I tried to group a report, and I hid the duplicates, but since all the calculations are done from the underlying table it gives me the total of them all. Is there some way I can set it so it only calculates from non hidden entries? Alternatively, is there a way I can calculate the grand total as the sum of the group footer total?
if anyone can help me I would really appreciate it.
alright, I have a table. It has the ClientID field, the AmountOffered field and the AmountClaimed field. for each ClientID there is one AmountClaimed amount and several different AmountClaimed amounts. To make this possible in the table (which I did not design) there are duplicate rows containing ClientID and AmountOffered for each AmountClaimed entry.
I need to find out the total amount for AmountClaimed, which is easy...but I also need to find out the total for AmountOffered, which I don't know how to get access to count since there are multiple for each ClientID.
I need to be able to get the sum of AmountClaimed, and the sum of ONLY ONE for each ClientID of AmountOffered.
I tried to group a report, and I hid the duplicates, but since all the calculations are done from the underlying table it gives me the total of them all. Is there some way I can set it so it only calculates from non hidden entries? Alternatively, is there a way I can calculate the grand total as the sum of the group footer total?
if anyone can help me I would really appreciate it.
Last edited: