Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

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 #53: Parsing Report Formatted Data

StevenBetts
8 - Asteroid

Here's my solution :)

 

Spoiler
Challenge 53.jpg
JTCairns
8 - Asteroid

This one was fun, i tried tro avoid a Macro to see if it could be done with straight parsing and filters, the only non dynamic thing was the "-" in the output

svenk
8 - Asteroid

My Solution!

danilang
19 - Altair
19 - Altair

My solution.  Dynamic aside from the cliientid fix.  

 

Spoiler
Solution 53.png

Dan

JDelgado
8 - Asteroid

Required a bit of imagination on the use of some tools, which made this very fun...

kat
12 - Quasar
Spoiler
Challenge #53.PNG
OldDogNewTricks
10 - Fireball

Attached is my solution.  It is dynamic enough to handle more columns and rows (in the same format).

 

Spoiler
challenge_53_completedScreen.jpg

 

Inactive User
Not applicable
 
PrivateStorm
8 - Asteroid

My solution to challenge #53 is attached.

Ozzy_Campos
8 - Asteroid

Solution, figured out a good way to parse data dynamically.