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 #121: World Cup 2018!

TimN
13 - Pulsar

Hi,

My solution.  Learning regex ;)

anthonyw
8 - Asteroid

My solution is attached. 

ZacharyRyanTIL
8 - Asteroid
Spoiler
 ZacharyRyanTIL_1-1669818311490.png
the less pretty solution

 

ZacharyRyanTIL_0-1669818170158.png

 

made a macro for this one!

 

gerda
8 - Asteroid
Spoiler
challenge 121.png

this was fun to figure out 

FinnCharlton
13 - Pulsar
Spoiler
FinnCharlton_0-1670518037829.png

 

oliver_inthavong
8 - Asteroid

My (not so pretty) solution:

Spoiler
Challenge 121 Spoiler.png
AndrewHoData
8 - Asteroid

Used the formula tool to do a lot of functions I would have used separate tools for (eg Regex and DateTime). This was great practice for functions I was hesitant to use until now!

 

Spoiler

Just a note for future me in case I forget. The function to do Regex parsing using the Formula tool is:

Regex_Replace([String],"(The group we want in the regex expression)", "$1")

The "$1" is what tells it to choose the first group


AndrewHoData_0-1670752956396.png

 

 

 

RamaJ
7 - Meteor

Not the most optimal solution, but works just fine!

JoachimCaronTIL
8 - Asteroid

Here is my solution

 

Spoiler

JoachimCaronTIL_0-1671318613949.png

 

alfredcsy
8 - Asteroid

alfredcsy_0-1671461250101.png