I have a group of freelancer reporting weekly on how many hours they worked on various projects. Im looking for a way (either through a view or interface) to see a report of how many hours are worked, by each employee, on each project, per week.
Hmm try creating a formula field that outputs `[EMPLOYEE NAME] - [PROJECT] - [WEEKNUM YEAR]`, and paste that into a linked field to a new table where each record represents the hours worked in one week for one employee for one project. This'll link everything appropriately and let you create a rollup field to sum up all the hours like you want