I'd like to aggregate across a few properties using a Function. For example, I have a Function where a start and end date is input, and also a Schedule Object Type with "date", "shift_type", "department", and "hours worked" properties.
I'd like my output to be the sum of hours worked for each date/shift type/department combo.