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

Junya_Wang
8 - Asteroid
Spoiler
Junya_Wang_2-1588294509048.png

 

 

Initially thought about Marcro then realized this can be solved using standard workflow.

KGS
8 - Asteroid

Hi, 

 

Non Macro solution is simple, and Macro solution took a hell a lot of time, watched Iterative videos multiple times to get a hang of it.

 

Its been a lot of trial and error but good to have got a solution.

 

Best,

 

G

AlexC2
8 - Asteroid

solved without Macro, will try to do an iterative or batch to test this out. Thanks for challenge!

Ukashi
8 - Asteroid

Catching up with older challenges:

 

here my solution without macro:

Spoiler
image.png

Thanks for challenge

AlexC2
8 - Asteroid
Spoiler
Actually managed to solve using Iterative macro too
deepaprash
8 - Asteroid

Straight forward non-macro solution attached.

sumanthskumar
8 - Asteroid

Number 9

DavidLane
8 - Asteroid

Good to brush up on macro skills.

 

I was stuck for a while with only 10 records being output from the macro - make sure you ahve the same fields for interation inputs and outputs when selecting 'All iterations will have the same output schema'! Use the select tool to get rid of working columns that were not in the original input before you send data to the iteration output.

SideSweep7
7 - Meteor
Spoiler
Screen Shot 2020-05-17 at 00.46.04.png

Alex_Delgado
5 - Atom

Hi Gene! What if we add an extra Ware House to the input, do we are forced to use iterative macro in order to update two different inputs (simultaneously), the remaining inventory of each ware house and the demand of each store?