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

kathyang0811
7 - Meteor

if isnull([colors1]) then 0 else 1 endif +
if isnull([colors2]) then 0 else 1 endif +
if isnull([colors3]) then 0 else 1 endif +
if isnull([colors4]) then 0 else 1 endif +
if isnull([colors5]) then 0 else 1 endif

 

maybe a  simpler solution.

subhajit_biswas
7 - Meteor

Completed

jwbtx20
8 - Asteroid

 

Spoiler
challenge_289_spoiler.png

Here you go!

 

trevian3
8 - Asteroid

My Solution

rodox90
7 - Meteor

I liked the challenge.

loboash
6 - Meteoroid

Spoiler 😮

Sowmya_45
7 - Meteor

  

Inés
7 - Meteor

My solution

sweta1602
7 - Meteor
Spoiler
2.png
dodi123
7 - Meteor

as is written