Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #14: Warehouse Distribution

andrewgu
Alteryx Alumni (Retired)

Solution attached.

jvansistine
9 - Comet

Solution attached. Chose to go with a straight workflow instead of a macro for this one.

AlexvanOs
8 - Asteroid

My solution:

Spoiler
No macro, just simple maths.
Combine store & orders, to be able to sort on priority and item, then add a runningsum per item. Then combine this with the warehouse - stock data, add a formula to check stock against that runningsum, when stock is higher, fill entire order. When stock is lower, check if the line can be partially filled, otherwise 0. Then just a sort and select to present the data as requested.

Challenge 14 solution.png


 
fimler
8 - Asteroid

Slightly different output - I included a "Remaining" column and left it sorted by Item and Priority.

Spoiler
fimler_0-1634779942142.png

 

reyreygg
8 - Asteroid

A good challenge 😀

leozhang2work
10 - Fireball
Spoiler
14.png

Non-macro solution

PatForData
8 - Asteroid
Spoiler
PatForData_0-1635159949641.png

 

drexelchin
Alteryx Alumni (Retired)

My solution

OliverHosking
8 - Asteroid

Hello,

 

Here is my solution

simon_inviso
8 - Asteroid

My solution 

Spoiler