I searched but couldn't find an answer, so I'm hoping someone can point me in the right direction.
If I have a grid with 5 columns:
Client Name
Fees 1
Fees 2
Discount
Percentage
Discount is the difference between Fees1 and Fees2 (Fees1 - Fees2). Percentage is Fees1/Fees2. The grid has aggregates for the Fees 1 column, Fees 2 column, and Discount column (these are all Sums). Doing a Sum or Average on the Percentage column will not give me the right number...what I need to do is take the Sum(Fees1)/Sum(Fees2) to get the Average Percentage...
So, is there a way to show an aggregate value for a column (the Average Percentage) that is calculated from the aggregates of other columns?
Thanks
Tye
If I have a grid with 5 columns:
Client Name
Fees 1
Fees 2
Discount
Percentage
Discount is the difference between Fees1 and Fees2 (Fees1 - Fees2). Percentage is Fees1/Fees2. The grid has aggregates for the Fees 1 column, Fees 2 column, and Discount column (these are all Sums). Doing a Sum or Average on the Percentage column will not give me the right number...what I need to do is take the Sum(Fees1)/Sum(Fees2) to get the Average Percentage...
So, is there a way to show an aggregate value for a column (the Average Percentage) that is calculated from the aggregates of other columns?
Thanks
Tye