Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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

Sajeel_Kershi
8 - Asteroid

found it easier to go the non macro route

joona_rauhamaki
8 - Asteroid

My solution with both the macro and non-macro routes

joona_rauhamaki
8 - Asteroid

*deleted*

Mausam
8 - Asteroid

My solution with an iterative macro. With this exercise, I have to say that although macros are quite useful in Alteryx, and look intuitive, sometimes it is tricky to make a macro work within Alteryx's framework. 

Anyway my solution is attached.

Macro:

Spoiler
14_macro.JPG


Workflow:

Spoiler
14_workflow.JPG
Owlpet
7 - Meteor

Haven't had a chance to learn macro yet. Here's my workflow

DawnDuong
13 - Pulsar
13 - Pulsar

Tried a non-macro solution.

Spoiler
Ch14.PNG
DawnDuong
13 - Pulsar
13 - Pulsar

Tried a solution that involves a standard Macro and an iterative macro. The non-macro solution seems more elegant though.

TonyA
Alteryx Alumni (Retired)

This is a first. My solution is identical to Gene's first solution.

arjanloogman
8 - Asteroid

My solution...

 

Spoiler
Screenshot 2019-04-02 at 13.45.45.png

 

Didn't use the running total, I went with the perspective of 'items left' using the multi-row formula...

 

Kind regards,

 

Arjan Loogman

BenBo
Alteryx Alumni (Retired)

I'm not certain my logic is correct. This felt tougher than others and I haven't tried using a macro. Boo on me!