Hi,
Need to help about how to add summary total for Group records and have weigt avearge of two column.
For Example .
Need subtotal for Debt category group for Exp%, mod % columns. Target column is weight averarge of
Exp% & Mod % .
It seems like all you have to do is use the band.Summaries.Add method. Summaries will display in the GroupByRows by default.
For a weighted average, you will probably have to use UltraCalcManager and assign a Formula to one of your summaries, since there is no built-in weighted average summary type.