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
45
Group By Row Summaries
posted

Hi,

I have a UltraWinGrid in which i display summaries for each GroupByRow. I mean Summary Display Area is in GroupByRow. Is it possible for one GroupByRow Summary to be an Average and the other to be a Sum?

Eg:  This is how the summaries in the grid  for each GroupByRow should show up.

 

ItemGroupSum                    10   20   40 (Sum of ItemGroupAvg1 Summary Value, ItemGroupAvg2 Summary Value)

          ItemGroupAvg1           5   10   20  (Average of ItemSum1 Summary Value, ItemSum2 Summary Value)

           ItemSum1     5   10   20

           ItemSum2     5   10   20 

ItemGroupAvg2         5   10   20 (Average of ItemSum1 Summary Value, ItemSum2 Summary Value)

           ItemSum1     5   10   20

           ItemSum2     5   10   20

 

Thanks,
Dilip

Parents
No Data
Reply
  • 9298
    posted

    Dilip,

    I am attaching to this forum thread a sample which I think will give you an idea of how you can do this.  Run the sample and drag the header of the "Third Amount" column into the GroupBy box and you will see summaries under the first GroupByRow and one is a sum and the other is an average.  I hope this helps.  Let me know if you have further questions.

    FunWithSummaries.zip
Children