We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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 #265: Keep In Touch

ARussell34
8 - Asteroid

I had to re-read that they had to be states that are touching to have all the possible two-letter state abbreviation combos.

ahsanaali
11 - Bolide

See solution solution. 

 

Understanding question / "the ask" is 50% of the solution. Totally misunderstood it at the beginning and had to look into the solution.

JamesCharnley
13 - Pulsar
Spoiler
JamesCharnley_0-1669129380921.png

 

I think this might be one of the best challenges out there. Great concept and fun logic

RWvanLeeuwen
11 - Bolide

here's my take

Spoiler
i opted to show all possible combinations in the solution outputi opted to show all possible combinations in the solution outputsort the letters twice, join the result setsort the letters twice, join the result setcounting distinct words per state that is part of a solutioncounting distinct words per state that is part of a solution
SkomantasTamulaitis
8 - Asteroid

Tough one. Spend a good 3h on this, primarily because for the first 2.5h I thought that "four states that border each other" meant that each state in that group of 4 had to boarder the same 3 states. There's only one such instance CO, UT, AZ, and MN. After discovering that this is not the question, I started over and turned to other solutions which taught me that you can identify spatial objects that touch each other using a formula tool! Thanks @JamesCharnley 

Spoiler
Screenshot 2022-12-10 131221.png
grazitti_sapna
17 - Castor

Solution

Sapna Gupta
TungThanhHo
8 - Asteroid

my solution

BSilverblatt
8 - Asteroid

Thanks for the challenge! Here's my solution:

kristiadiuisan
8 - Asteroid
Spoiler
Alteryx_challenge_265_KU.png
ed_hayter
13 - Pulsar
Spoiler
Made a bit of a meal of this. It is impressive what you can do with some joins though. Made the mistake of deleting my workflow of pairs and then had the pain of rethinking that part of the workflow. What I will say is a key takeaway of this challenge is not to just trial and error joins. When you use a join you should have a strong sense of a plan of what you are joining on and for and what you want the end result to look like.

image.png