Im trying to calc PV/Margin in the Group footer. I have a CalcField that Calcs the PV/Margin correctly but now I want to get the total for their groupings.
I tried the SUM aggregate but it doesnt come out correct. I didnt see any examples with a Custom aggregate.
I tried the SUM aggregate but it doesnt come out correct. I didnt see any examples with a Custom aggregate.
| <telerik:GridCalculatedColumn DataType="System.Double" DataFields="DayFig,ExtCost" HeaderText="PV" |
| UniqueName="PV" Expression="(({0}-{1})/{0})" DataFormatString="Avg : {0:p}" Aggregate="SUM"> |
| </telerik:GridCalculatedColumn> |