Author Topic: Creating a custom average aggregate for grouped column summary  (Read 2143 times)

temory01

  • Newbie
  • *
  • Posts: 1
    • View Profile
We have a grid that is grouped on multiple columns. 

One of the columns in the total number of calls made.  Another column is the average call length of of all those calls. 

We want the summary to show the total minutes / the total number of calls by grouped column.  For example, if grouped by day then the summary needs to show all minutes for the day divided by all the calls for that day.

The default average would show an average of averages.

Is there a way to achieve this?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Creating a custom average aggregate for grouped column summary
« Reply #1 on: June 18, 2018, 05:35:50 am »
Is it possible for you to share a jsfiddle?

Thanks