Hi Maveryx,
Thanks for submitting your solutions for Cloud Quest #2! In the video solution we posted, Alteryx Chief Evangelist Josh Burkhow will guide you through the workflow.
Now, for this week’s quest, let's delve into the task of ranking records when there can be multiple records with the same rank.
Using the provided dataset that contains two columns [Name] and [Count], your goal is to identify the top five rankings based on the count. However, as there might be several rows with identical counts (similar to a round of golf), multiple individuals can occupy the same position (Rank) if they share the same score.
Your final result should look like the following image:
Hint: Identify the top five positions (ranks 1 through 5) based on the Count column before proceeding with your analysis.
A combination of Join, Summarize, Sample, Row ID, and Sort tools should solve your problem, not necessarily in this sequence.
If you find yourself struggling with any of the tasks, feel free to explore these interactive lessons in Maveryx Academy for guidance:
Here’s to a successful quest!
We want to hear from you!
As we introduce our Cloud Quests for the first time, we value your input. Share your thoughts on the clarity of instructions, the provided dataset, the expected output, and any suggestions to enhance your experience.
Thank you!
Using my own datasource (which I had to deduplicate because it was hastily generated) I tackled this Quest #3!
Here's my take
My solution!!
I remember there was the similar challenge in Weekly Challenge. So I used Weekly Challenge #9's input file.
I attached my input file.
Thank you @AkimasaKajitani for providing a file! Solution attached:
Done. ☺
Big thanks to @AkimasaKajitani for the example file! Here's a solution that uses Unique instead of Summarize:
Here's my solution
My solution! loving the record id function with a sort integrated!
thank you @AkimasaKajitani for the dataset :)
Here is my contribution for Cloud Quest 3