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 #275: Greatest Common Denominator

dougbaron
8 - Asteroid

easier than I thought, but can I do with less tools?

Spoiler
dougbaron_0-1683137159255.png

 

RobertOdera
13 - Pulsar

My solution below

Spoiler
RobertOdera_0-1683494413395.png

 

PaulGriffiths
7 - Meteor

Here's my solution

Spoiler
I presume I'm ok using the Advanced Join macro. I possibly rely on it in too many of my workflows.I presume I'm ok using the Advanced Join macro. I possibly rely on it in too many of my workflows.
CeliaC_Silje
8 - Asteroid
Spoiler
CeliaC_Silje_1-1684138283354.png
Amy_smart
11 - Bolide

Here is my solution. 

nikhilnijhar
8 - Asteroid
Spoiler
Screenshot 2023-07-28 175433.png
ed_hayter
13 - Pulsar

Not the most efficient solution given a 4:30 Run, but its just before my lunch break and my brain is a bit fried so I stuck with my original approach.

Spoiler
Iterative macro that divides the values by the iteration number and then checks if all the remainders are 0. Could have made it more efficient with a summarize tool to deduplicate. But just stuck with what I had

image.png
gawa
16 - Nebula
16 - Nebula

Done

TonyK
8 - Asteroid

my solution

alacoume
9 - Comet

A solution: