Top "Aggregates" questions

Aggregate functions, typically found in SQL, derive summary values from multiple rows in a single column.

How can I "specify a dataset aggregate" in this SSRS Expression?

I need a row value in my SSRS report that is a calculated one based on a couple of fields …

reporting-services vbscript bids rdl aggregates
Kendo - Grid - Custom Aggregate in FooterTemplate

My understanding is that Kendo does not support custom aggregates but you can call a function in the footerTemplate. That …

templates grid kendo-ui aggregates
Getting daily aggregates/sum sorted by day in Laravel

So getting a sum()/count() is really easy in Laravel... but how would I look at the past month, and …

laravel aggregates
Linq - calculate multiple averages in one query

I'm trying to convert some SQL queries into Linq to avoid multiple trips to the database. The old SQL I'm …

c# sql linq average aggregates