Timeclock - Calculate Weekly Hours

I’m trying to create a table where I can put my clock in/clock out hours, with another table that calculates the total hours for the week. Looking at my tables and formula, what am I doing wrong? Any better suggestions? Thanks!

Can you try this instead -
Timeclock. Filter( Date >= Start Date and date <= End Date).Hours.Sum()

Yup! That worked. Thanks!

1 Like