How to create a report comparing Actual Hours vs. Planned Hours in Resource Management

Matt Franki
Tera Contributor

We are trying to create some sort of report that shows a graph/chart with the Actual Hours worked per resource in a group vs the Allocated Hours per resource in a group all for a specific Resource Plan.

For example, 3 resources are allocated to Group A and we want to show how many hours those three resources actually worked vs. the amount of hours they were allocated to work.

Any ideas?

4 REPLIES 4

ohhgr
Kilo Sage
Kilo Sage

Hi Matt,



How about using a multi-level pivot?



find_real_file.png



if you'd rather want it in a different chart, you could try using Custom Charts as well. http://wiki.servicenow.com/index.php?title=Custom_Chart_Data_Generation#gsc.tab=0



Thanks,
Mandar


Yang Lu
ServiceNow Employee
ServiceNow Employee

The suggestion that Mandar provided is close, but won't work -- when you switch the aggregation to sum, it'll ask for the specific field you want to aggregate on (actual or allocated hours).  This is more of a platform limitation -- there isn't a (1) multi-dimensional (2) time phased pivot table capability to run an actual vs allocated report.  There are some chart type reports (see Portfolio Workbench > Tracking), but won't get to the nitty gritties of whom.  This is where an industry specific app like Clarity, Planview, OpenAir would do better, but I've seen customers pipe the information to a data warehouse and run this report there.

Kminatel
Tera Contributor

Is this still a limitation in the system? I am also trying to run a report that shows Allocated vs. Actual. We want to be able to create baselines for our projects and make sure that we are estimating the time for each project/resource plan appropriately. 

Community Alums
Not applicable

Likewise - looking to report on planned effort vs. actual effort for projects (over time). @Kminatel - ever figure anything out on this?