Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA
Hi Community members,
A solution to last week’s challenge can be found here.
In this week’s challenge, you apply your skills with formulas, macros, and analytic apps to simulate a basic probability experiment: flipping a coin. This challenge helps you practice building iterative logic and user-driven apps in Alteryx Designer.
Here are the steps you need to follow to build the flip-coin app:
Once you have completed your challenge, include your solution file and a screenshot of your workflow as attachments to your comment.
The Academy Team
[Update] = Just realized the prompt said text input not that I had to use a Text box. Probably need to read the question better to start off with. One of the reasons I'm so bad at tests.....
[Original rant]
I did not want to use a Text Box for a numeric value input.....but I did it anyway and added an error message to make sure my peeps actually put in a numeric value, AND then I had my little action tool convert whatever was put in that text box to a number and round that sucker to a whole number, AND my error message used a between formula so that it would match the max number of iterations on my batch macro (which I increased to a 1000, why not?).
Trust issues? Yes, 100% yes. 😅 I'm sure there's probably other ways to break this even with all the ID10T error proofing I tried to put in place. Oh well, have fun!