Hello
I’m facing an issue and I can’t solve it.
My requirement is to compute the total of activity included into a receipt.
Take an example
My receipt is
Phase 10:
Setup time (fix) activity 1 : 1 h and activity 2 : 1 h
Production: activity 1: 30 min for 1000 items and activity 2 : 1h
Cleaning time (fix): activity 1: ,30, min activity 2: 1h
My costing lot size is 10 000 items.
i would like to find a template to give the result:
Activity 1: 1+0,5*10000/1000+0,5 =7h
Activity 2: 1+1*10000/1000+1=12h
I can’t find the way to do it with formula TotalOfRoutingOperation.
thanks
Phili