We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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 #177: Ham Hamlet

olga_strubbe
11 - Bolide

I followed the solution proposed to figure out the extra credit assignment - this was a tough one, I admit, for me.  I did learn new tips on using RegEx when parsing into 1-4 word pairs (nice use of RegEx!)  thank you , @AYXAcademy !

ed_hayter
13 - Pulsar

This challenge was hell

 

Spoiler
Strategy was to identify the most common characters a, y and space then try and reverse engineer some of the values based on word configurations.

I started by working out by or "ybyay" and also found S from a word that looked like "atessay" as states.

Also worth noting you can brute force the macro by trying all combinations as it does not penalize wrong guesses.

image.png
gawa
16 - Nebula
16 - Nebula

done

Christina_H
14 - Magnetar

Fun challenge using trial and error to decode the message!

Spoiler
image.png

 

tammybrown_tds
9 - Comet

This was nothing short of confusing for me.  I really didn't understand what it was doing, even after using the solution for a guide.

 

BSilverblatt
8 - Asteroid

Thanks for the challenge! Here's my solution:

geoff_zath
Alteryx
Alteryx
Spoiler
challenge_177_workflow.png

Bobbyt23
13 - Pulsar

I initially cheated by 'borrowing' the lookup table from the macro as I couldn't work out how to get the letters.

 

However, I then saw @Claje method of hammering through all possibilities of ASCII characters to the pairs and thought it was brilliant, so replicated that.

lwolfie
11 - Bolide

Once I saw the pattern it got easier.  I did start with the cryptography for dummies.

ANNE_LEROY
8 - Asteroid

Thank you Shakespeare, you helped me a lot !

First part done;

second part; partial solution but readable.