In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
Free Trial

Cloud Quests

Elevate your workflow skills by solving real-world challenges using the Alteryx Analytics Cloud Platform.

Cloud Quest #7: Marvel-ous Comics

geoff_zath
Alteryx
Alteryx
Spoiler
quest_7_workflow.png

RWvanLeeuwen
11 - Bolide

So if the Replace() function in the formula tool is broken, what do we do?

Yes, we use workarounds like regex

Spoiler
Quest 7 - RWvL.png
JoachimCaronTIL
8 - Asteroid

Here is my solution

 

Spoiler
Quest 7 JC.png

Ladarthure
14 - Magnetar
14 - Magnetar

my solution, good warmup with regex!

Jean-Balteryx
16 - Nebula
16 - Nebula

Here is my solution !

 

Spoiler
Capture d’écran 2024-05-21 à 17.04.43.png
ScottMcV
Alteryx
Alteryx

Mine is a little long and non-linear because I tend to think very incrementally.  So extract the year, remove the year, remove the issue... so I can go back and modify or reuse the bits.  The core is the same as others I suspect (join, regex, summarize, unique/sample, sort).

 

Spoiler
Cloud Quest 7.png
Qiu
21 - Polaris
21 - Polaris

@AYXAcademy 
This is a nice one. Thanks.
Similar with my case, and observed from someones snapshot, it seems that the "#" is not allowed as Field Name?
In my case, it will be forced to turned to "_".
But in the answer file, the # is showing correctly.

 

Spoiler
Cloud Quest 7.png
Shelbey
Alteryx
Alteryx

I chose to use the Unique tool instead of the Summarize tool like the hint suggested.

 

Spoiler
Screenshot 2024-05-30 091221.png
Towers
11 - Bolide

always love a bit of regex

Spoiler
Screenshot 2024-05-31 150114.png

mceleavey
17 - Castor
17 - Castor

Another one in the books. 

 

Spoiler
Joined them accordingly, used regex to parse out the Year, summarised into the appropriate grouping (Task 1). I then removed the empty year rows and sampled the first record of each group where the grouping was by CharacterID and the sorting was ascending on 
Year and Issue No.

Workflow.pngTask 1.pngTask 2.png


Bulien