Change Report Script to show Totals not all records
Hi Guys,
I have the current script to generate a report:
- spreadsheet Hours_Report_for_Wages_II
- {
- displayname = "Hours Report for Wages (II)"
- show all rows from Employee_Time_Sheet
- (
- Name
- Hours
- )
- filters
- (
- Date_field
- "Last Week Hours Only" : Date_field in last 7 days
- )
- group by
- (
- Name ascending
- )
-
- }
Can anyone help me with how I edit this script to the report only shows one row per Name and the total number of Hours recorded for them?
Thanks!