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

RobertW
Alteryx
Alteryx

Made it so that the input can vary and it will pad left  dynamically

 

Spoiler
RobertW_0-1600982960043.png

 

pirroav
6 - Meteoroid

This was a good one! Need to get started learning Regex it looks like. 

 

 

PriyankaaJ
7 - Meteor
Spoiler
PriyankaaJ_1-1600989897829.png

 

KaneG
Alteryx Alumni (Retired)

I couldn't resist making it Dynamic...

 

Spoiler
Techniques/formulas used:
- Tostring with 2 decimal points
- PadLeft
- Tile for column Headers (Sequence)

KaneG_0-1600997977898.png

 

naresh5315
7 - Meteor

My answer for the challenge

Spoiler
naresh5315_0-1601007300425.png

 

Really interesting to see much simpler solutions given by everyone 🙂

cs11
8 - Asteroid

good challenge!

JITHINPR
8 - Asteroid

My Solution

HarrisonHolt
7 - Meteor

wc 234

alexandramannerings
8 - Asteroid

This gave me a chance to try Tokenize in the RegEx tool! I've never used it before, and it worked like a charm. 

 

Spoiler
alexandramannerings_0-1601045943004.png

 

ngaskill1
7 - Meteor

solved this originally using the 4 right most tools explicitly identifying the string length and number of characters then added dynamic support for both parameters

 

Spoiler
ngaskill1_0-1601046093284.png