Report for Project Hours planned vs. actual hours | Community
Skip to main content
June 26, 2024
Question

Report for Project Hours planned vs. actual hours

  • June 26, 2024
  • 1 reply
  • 577 views

I am trying to run a report that shows quarter over quarter, how we are improving (or not) on forecasting hours on our projects (planned vs. actual). I tried to create a calculated column for the % difference in final billed hours vs. what we estimated, but I'm having trouble getting that to display on a chart. Anyone else have experience with creating this report?

 

Here's what I had for the calculated column for reference:

 

aggregator.displayformat=doubleAsPercentRounded
aggregator.name=% Actual to Planned
aggregator.valueexpression=ROUND(DIV({actualWorkRequired},{workRequired})*100,2)
aggregator.valueformat=val
displayname=% difference planned vs. actual
textmode=true
valueexpression=ROUND(DIV({actualWorkRequired},{workRequired})*100,2)
valueformat=HTML

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Madalyn_Destafney
Community Advisor
Community Advisor
June 26, 2024

Hi, you're not getting it to display bc charts don't work with calculated expressions/text mode. What you can do instead is create a calculated custom form field that you put in a project form that exists on all projects (or at least those you want to track for this, and assumes your values to show a result are always present in your projects) so that the field is calculated on all projects, then you can use the custom field itself in a report to manipulate in groupings/chart/etc.

If this helped you, please mark correct to help others : )