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
11 - Bolide

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

lynnesonney
8 - Asteroid

overthinker x10

 

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

Bobbyt23
13 - Pulsar

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

westlakecjw
8 - Asteroid
Spoiler
image.png

Solved with a macro:

Spoiler
image.pngimage.png
Deborah_Simmonds
8 - 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
7 - 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
13 - Pulsar

Good challenge

Christina_H
14 - 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
12 - 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.