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 #266: Mother's Day Bouquet

FilipR
Bolide

This one was harder than expected! But it was fun nevertheless.

lynnesonney
Asteroid

overthinker x10

 

I knew it was iterative but somehow complicated the loop - got there in the end

Bobbyt23
Pulsar

Really great challenge, clever macro in this one mixed with practising spatial and report tools.

westlakecjw
Asteroid
Spoiler
image.png

Solved with a macro:

Spoiler
image.pngimage.png
Deborah_Simmonds
Asteroid

Great EMEA session by @FilipR Unfortunately version 2023.2.1.7 restricts Find Nearest to only 20 points maximum...so this is what my solution shows.

Leyla7777
Meteor

Thanks to @FilipR, well explained with macros!

 
Bren_Spill2
12 - Quasar
12 - Quasar
Spoiler

Workflow: 

#266 WF.JPG
Macro:
#266 Macro.JPG

Output:

#266 Map.JPG


Bobbyt23
Pulsar

Good challenge

Christina_H
Magnetar

As some others did, I originally took the 30 orders where each was closest to the order before.  Limiting to the 30 orders closest to the shop gives a longer route.

griffinwelsh
Quasar

My solution. This is the first time I have used an iterative macro with spatial objects. I noticed that at least in my version spatial objects cannot be copied into a macro input which is really annoying in this use case.