On the task level - how do you compare the hours that are planned for a user with the hours they have added to their timesheet when there are multiple people assigned?
Hi All.
I am working a view (or a report would work too), that compares the amount of time a user has planned on a task, and the amount of time they have already added to their timesheet for the task.
This is pretty easy when you have on user on a task, but becomes harder (at least for me) when there are multiple users on the same task.
The custom code in this link comes close, but it is really hard to read, and you cannot create the delta between the planned and actual hours on a user level.
This one also comes close, but it does not break it down on an individual level.
I have tried an Assignment Report, which does detail the hours assigned to each user, but when you pull in the actual hours (at least how I am doing it), it displays all of the actual hours for that task not just the ones for the user.
Hopefully this is something silly I am missing, and not another one of those WF calculations that seem like a no brainer, but are impossible to actually achieve.