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 #234: Spell It Out For Me - Part 1

JethroChen
10 - Fireball
Spoiler
challenge_234_jc.PNG
humbertoj88
7 - Meteor
Spoiler
Spoiler
Altx challenge.JPG

 



Nice small challenge

LukasJennings
8 - Asteroid
Spoiler
Weekly Challenge 234 Solved .jpg

 

-tina-
5 - Atom

Nice challenge. I like dynamic solutions 🙂

Jeff_Neklason
8 - Asteroid

This was a lot of fun! Thank you for the challenge. 

Spoiler
To solve I separated the amount using RegEx and then looked for the max amount and length on each side of the decimal. I then appended to pad the numbers on each side. The resulting number was then separated using RegEx again and unnecessary fields removed. 
Jeff_Neklason_0-1601509337852.png

 

rmassambane
10 - Fireball

Rock the casbah

JennyMartin
9 - Comet
Spoiler
AWC234.PNG

Did this challenge very inefficiently initially but decided to go back and redo it a bit more efficiently! Check out the video solution here: https://www.youtube.com/watch?v=tv0UE1F9jDg&list=PL18SpOXDj-KMUD4YwWC5vZaUsIa7drxNZ&index=38

This challenge is all about getting numbers to align in their respective tens, hundreds, thousands columns. We use some padding and tokenizing to achieve this. Find the challenge here: https://community.alteryx.com/t5/Weekly-Challenge/Challenge-234-Spell-It-Out-For-Me-Part-1/td-p/636318
AryCardoso
8 - Asteroid

Done!.

jessle
8 - Asteroid

Any excuse to whip out some RegEx!

HannahMillington
6 - Meteoroid

Not sure this is the best way to solve this one but it works. I'm not the best with Regex! 

 

Spoiler
Alteryx Challenge 234 Solved.JPG