Set of Summations group by key column.
Posted: Mon Feb 29, 2016 4:08 pm
Hello!
I have a datasource and I want to make several summations grouping the data by a column. I do not want to show all rows, I want to show the summations like this:
ValueColumn A Subtotal 1 (Sum of all rows whose key column has value A)
ValueColumn B: subtotal 2 (Sum ... value B)
ValueColumn C: subtotal 3 (Sum... value C)
..................
value N: N subtotal
Therefore I can not use DataBand or groupfooterband.
How I can do this set of summations?
Thank you very much.
I have a datasource and I want to make several summations grouping the data by a column. I do not want to show all rows, I want to show the summations like this:
ValueColumn A Subtotal 1 (Sum of all rows whose key column has value A)
ValueColumn B: subtotal 2 (Sum ... value B)
ValueColumn C: subtotal 3 (Sum... value C)
..................
value N: N subtotal
Therefore I can not use DataBand or groupfooterband.
How I can do this set of summations?
Thank you very much.