Sum all Planned Hours and convert to %
Hi WF Community,
I am seeking help with my code. I wanted to sum all planned hours and aggregate to a percentage, but it was not showing me any results 😞 Might be a syntax error. Here's my code.
aggregator.function=SUM
aggregator.valuefield=estCapacity
displayname=EST Capacity
textmode=true
valueexpression=DIV(SUM({workRequired}),160)
valueformat=HTML
