This is a migrated thread and some comments may be shown as answers.

Sum a column excluding certain rows

1 Answer 294 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wyatt
Top achievements
Rank 1
Wyatt asked on 03 May 2013, 02:00 PM
Is it possible to sum a column without including all rows in that column.

IE
a  2
b  3
c  2
d  8
sum = 12

but only sum up a+c+d

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 06 May 2013, 06:46 AM
Hello Wyatt,

I'm afraid that this is not supported. The `sum` aggregate sums the values from all data items.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Wyatt
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or