I was expecting it to be calculated similarly to the rest of the lines. Theoretical Staff Time (Total)/Actual Staff Time (Total)
here are the expressions involved:
Staff Efficiency (%):
{Theoritical Staff Time}/{Actual Staff Time}
Actual Staff Time:
sum({ACTUAL_RSRC_USAGE},[{BATCH_ID},{Product Code}])
Theoretical Staff Time:
(({Planned Usage}*1000)/{Planned Resource Qty (Routing UOM)})*({FG (Routing UOM)})/1000
Planned Usage:
sum({PLAN_RSRC_USAGE},[{BATCH_ID},{Product Code}])
Planned Resource Qty (Routing UOM):
sum({PLAN_RSRC_QTY_ROUTING_UOM},[{BATCH_ID},{Product Code}])
FG(Routing UOM):
sum({ACTUAL_QTY_IN_ROUTING_UOM},[{BATCH_ID},{Product Code}])

