In my Timecard App, I want to have a table view that will show total hours worked up to that point, for each individual employee.
So, if on Thursday morning I check to see the total hours up to that point for each employee, I will see a table of all the employees and their hours worked each day. The Group Aggregate for that view would show the total hours worked.
I used the Total Hours expression from the article below and it yielded my Total Hours worked through today, which is what I want. How can I expand this to include all employees? Any sttrategies to make this work? Thank you, all.
Ok, so I added a normal column to my spreadsheet and named it “Hours To Date.” I entered the suggested expression to this column’s App Formula.
I then made a new timecard entry and the result of the expression in this new timecard’s “Hours To Date” column, is the sum of all Total Hours for this week.
Which, I believe, makes sense since the expression makes no distinction between employees; the expression is simply selecting total hours within the date range and summing these up, right?