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
75
master footer row in grouped by grid
posted

I have a financial grid that has a group by on it.  I am able to get the footer for each group by to show the appropriate sum of value for the columns i require.  What I cant seem to figure out is how do I get a footer to show the sum from each group by group.

 eg.

Grouped by Name

Bank    Name      shares       value

Bank 1

             Susan       1            $100

              Brian       10           $1000

                            11           $1100

Bank 2  

             Susan       1            $100

              Brian       10           $1000

                            11           $1100

 what I want then is another footer here to have the following totals...

                            22            $2200

 

So basically I can not figure out how to have a footer apply to all group by's.  Any links/code would be appriciated.