This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackThanks @RodLight, I do love that tip. Count records returns a row with a value of 0 whilst a summarise would return no records or rows. It's such a useful technique!
Fun Challenge! While an iterative macro would ideally be the best solution, I ultimately decided to use a more basic test/repeat model with some fail safes built in to output the winner and stop data streaming when found.
Solution:
Matched the output
Just here to claim to the be the first who came up with a solution.
I get the correct result but if anyone can see why my iterative macro does not exit on the condition %vote > 50 I would love to know why.
For fun, I solved it dynamically without any macros. I used @jdunkerley79 's Alteryx Abacus formula add ins. They are super powerful when combined with Generate Rows tools.