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 #394: Fantasy Football Team

lisahitch95
8 - Asteroid

 

Spoiler
Screenshot 2023-10-28 211820.png

Fun one using Regex and Formula tools! 

 

M__K__A
7 - Meteor

My Solution

Qiu
21 - Polaris
21 - Polaris

Better late than never

Spoiler
challenge_394.PNG
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

My solution.

Spoiler
Workflow
Challenge_394_1.png
Task 1: Formula
Team = IF Mod(ToNumber(Replace([Draft Round], "Round ", "")), 2) = 0 THEN 7 - [Team] ELSE [Team] ENDIF

Task 2: Formula
TEAM NAME = REGEX_Replace([PLAYER NAME], ".*\((.*)\)", "$1")
PLAYER NAME = REGEX_Replace([PLAYER NAME], "\(.*\)", "")
POS = REGEX_Replace([POS], "\d", "")
cbickert
6 - Meteoroid

Why does the Answer have TEs being selected in the 2nd round? Shouldn't it be RBs since Kelce is ranked 6th overall and McCaffrey is ranked 3rd overall??

EnglishmaninNY
8 - Asteroid

 

Spoiler


I used a filter to sort differently on even rounds using this expression:
[Round]=Round([Round], 2)

I see others have done a formula approach which is less tools but I think the short expression is a little more elegant.

Screenshot 2023-10-31 144905.png

alexnajm
18 - Pollux
18 - Pollux

Good challenge!

Spoiler
Challenge 394.PNG

 (not sure why it didn't post before, so here it is now) 

Watermark
12 - Quasar
12 - Quasar

Good grief, feel like I used way too many tools. 

 

Spoiler
Solution_MT_394.jpg

gawa
16 - Nebula
16 - Nebula

Done

Spoiler
image.png
Dev73
8 - Asteroid

Soulution dev

Spoiler
challenge 394.png