RO Configuration - Wrong measure is used inside a Rule
The following issue has been noticed:
- script: ro_replbatch_str.ksh
- rulegroup: calcstatisticsSr
- rule:TmpwkyDltfSr = TmpltFractionSr * tssum(WklydemanduSr, current + TmpltWksDownSr,current + TmpltWksDownSr)
In order to calculate the Weekly Demand over Lead Time Fraction, we should multiply the calculated Lead Time Fraction (TmpltFractionSr ) with the sum of the demand (WklydemanduSr) for the bounds:
- Temp Lead Time Weeks Down Store-Level (TmpltWksDownSr)
- Temp Lead Time Weeks Up Store-Level (TmpltWksUpSr)
The problem: In the rule, it seems that only the Temp Lead Time Weeks Down Store-Level (TmpltWksDownSr) is used twice. To my understanding, this is wrong. Should we go ahead and update the rule with this correction?