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 #5: HR Position Finder Application

BSilverblatt
8 - Asteroid

Thanks for the challenge! This is my solution: 

amruthas2
8 - Asteroid

Question asked was for macro, Solution uploaded was directly providing the macro output, so wasnt able to figure out how.
But tried providing output using the below formula 

 

IF [Level0]=33333 OR [Level1]=33333 OR [Level2]=33333 OR [Level3]=33333
THEN 33333
ELSE "NA"
ENDIF

Milanz
9 - Comet

my solution ;-)

 

Spoiler
Milanz_0-1645430016492.png

 

Robinvm
8 - Asteroid

Solved

grossal
15 - Aurora
15 - Aurora

Fun little challenge. I decided to create a NAME/VALUE list for the interface. I challenged myself to make the rest as dynamic as possible to ensure we could also add multiple additional Levels without the need for changes in the flow.

 

Spoiler
grossal_0-1645961330289.png

 

MalluShroomer
7 - Meteor

Saved the list as an output and the Dropdown tool uses that list for the dropdown. It works.

FrederikE
13 - Pulsar
Spoiler
FrederikE_0-1646476219518.png

 

katiematkin93
8 - Asteroid

katiematkin93_0-1646849552795.png

 

joelmiller66
9 - Comet
Spoiler
5 screenshot.png
leozhang2work
10 - Fireball
Spoiler
5 - 1.png5 - 2.png

Didn't bother to replace the Null values as wasn't sure about the final CEO level.