この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi Samantha - actual hours for a resource are not captured on a Resource Estimate object type. Only budgeted and scheduled (which are planned).
Since you can reference the project, you can technically add the project's total actual hours, but that number would appear on each line item. BUT, if you Average, Min, or Max in the "Summarize this column by" option, that might help. I don't know how your report is laid out, but if you want total for the project (and not by role), that might help.
@Anthony Imgrund‚ is there any kind of report that will let me get actual hours onto a chart that you know of?
表示
返信
いいね!の合計
Or a calculated field I could create?
表示
返信
いいね!の合計
Hi - unfortunately, I don't know much about actual hours (we do them in our financial tool and then I mess with the data in SQL). There is an Hours object type, but since that can be at the project level as well as task, I don't think that has planned hours information. Tasks and issue object types would just show you the total for the task and not the individual or role. And while you could can do a column for actualWorkComplete* in an assignment report, it is a calculated column so can't be aggregated or used in charts. 😞
I'm hoping someone can help you. I'm sure there are people that have to compare planned to actuals that don't use the utilization report.
*- in case anyone wants that code. I'd recommend also using the Work field in the assignment report instead of planned hours so that you just see two numbers and don't have the "hours" next to the hours.
displayname=Actual Hours
textmode=true
valueexpression={actualWorkCompleted}/60
valueformat=doubleAsInt
表示
返信
いいね!の合計