We're trying to come up with a report that displays two values per user
per week over a four week span: total hours AND the percentage of those
total hours that are considered "billable hours". Total hours is already
there - my environment only has three types of hours (Project, Task,
Timesheet). Our challenge is coming up with the percentage of billable
hours. In this case, billable hours should be defined as Total Hours,
minus the overhead hours (“Timesheet” type), minus hours logged to
projec...