Hi everyone, I've just started using Altrex after messing my head trying to solve the problem using Excel/Power Bi. Though this tool is super handy and fun, I am struggling with mid-advance level queries.
My data set is about Shipments with variables including Source location, Destination location, Item, Shipment Dates, Shipment Types and then I have Shipment Quantity, Inventory On-hand and Safety Stock level at each Location for each item.
What I want is to sum-up those individual shipments for each network node (Source-Destination) and for each Item at weekly level and then compare it against Source location current Inventory On-hand to see how much can I afford to ship after maintaining certain level of safety stock (which also varies according to shipment type).
So basically, I am trying to build a workflow that would flag the upper threshold of bridged/consolidated shipments where the available inventory does not allow (Available stock <= Bridged shipment volume). In concept, it looks like a loop but not sure if there is another way to approach the solution.
PS: Case and Pallet Sizes are there as additional values that would be used at a later stage (so Ignore).