Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA
A solution to last week’s challenge can be found here.
This challenge was submitted by Andrew Bacon, @abacon. Thank you, Andrew, for your submission!
As summer heats up — and with it, a season full of hot dog eating competitions across the US — it's time to host your own version... in Alteryx!
In this challenge, you’ll simulate a 3-round hot dog eating competition using an iterative macro.
You’re given a dataset of 12 contestants with the following info:
Each round, contestants eat hot dogs at their current HDPM. After each round, the contestant's HDPM drops based on their personal rate.
The rules for each round are as follows:
Your tasks:
Use an iterative macro to simulate each round and apply the performance drop over time.
Hint: Pay close attention to the number of contestants advancing after each round.
Once you have completed your challenge, include your solution file and a screenshot of your workflow as attachments to your comment.
The Academy Team
Lucky #3 (for order of responses)
For assigning the Groups for the 2nd Round, I had to do a little bit of hardcoding. It seems like they should have alternated the groups based on most hot dogs going to Group 1, then the next one going to Group 2, but it wasn't done exactly like that in the answer, with the top 2 going to Group 1, then the next 2 going to Group 2, then 1 to 1 then 1 to 2. Not a big deal but took me a little to get there :)
I went for a slightly different route as I did not understand who was to be placed in which group after the initial round. So I made some changes