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
538
Is it possible to have totals for each group by column
posted

Hello,

When create following grid:

Code  SubCode Description  Price

1          1                Hammer       10

1           2                Nail                20

2           1                Screwdriver  10

When i group by code and subcode and i add a summary for price, i will only get summary totals for the subcode level, i will not get a summary total for the code level.

Is it possible to also have a summary total on code level and if so what properties need to be enabled?