Iteration order within a hierarchy
Hi,
In our solution, we have the hierarchy order as below:
1. Innermost hierarchy is Calendar
2. Followed byProduct
3. Followed by Location
4. Followed by DC
5. Followed by Orderable Hierarchy
Now, I understand that whenever RPAS iterates through a time series, it follows the order above. Within a location hierarchy, the order it follows to iterate through Store 1, Store 2, Store 3, etc. is based on indexing right.
Can I instruct RPAS to iterate through a custom order within a hierarchy:
Business Example:
1. I would like to allocate inventory to stores, based on demand of each store. The priority is obtained using ranksort procedure
2. Allocation should be such that, it should first allocate to highest demand store (based on some rules)