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 #289: Prep a Shoe List

Amanda_Vinduska
7 - Meteor

Done! For the comment I was able to vastly reduce the formulas needed to get the desired output by using a RegEx_countmatches function. Take a look!

aatalai
15 - Aurora

C289

jsifontes
7 - Meteor

Here's my solution to this challenge!

Spoiler
image.png
WalkerChance
7 - Meteor

Solved. Solution can be simplified based on ask

Nams
6 - Meteoroid

Enjoyed this one - but did wonder about the fact that there are 5 duplicate rows with the same ID.  Should these be identified and removed (using Unique tool)? 

Raees09
8 - Asteroid

My solution

Hannah_Bartholomew
6 - Meteoroid
Spoiler
Spoiler: Screenshot 2024-04-17 141401.pngScreenshot 2024-04-17 141430.png
Lied
7 - Meteor

submission

ftamer
5 - Atom

My solution: 

if IsNull([colors2]) && IsNull([colors3]) then "1 color available" elseif IsNull([colors3]) then "2 colors availabe" else "3 colors available" endif

Zongkai
8 - Asteroid

Getting ready for Core exam.