Quantcast
Channel: Summing and grouping values - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Konrad Morawski for Summing and grouping values

This would do the trick:List<DateTime> Dates = selected.Select(each => each.Date).Distinct().ToList();List<int> WDC_prj1 = selected .Where(sample => sample.proj == "Prj1")...

View Article



Summing and grouping values

From my xml testreport I need to do a weighted sum of the defects, group the sums per project and for all dates. Finally I need some list I can display in graphs on a web-site. I’m stuck with the last...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images