Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
337
Group subtotal & Weigted Avearge.
posted

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 % .

 

  • 469350
    Offline posted

    Hi,

    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.