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