Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHi Community members,
A solution to last week’s challenge can be found here.
This challenge was submitted by Guilherme Dias, @Bennu . Thank you, Guilherme, for your submission!
This challenge is designed to test your advanced Alteryx Designer skills, particularly in app development, data manipulation, and logic handling.
You've just landed a high-profile client who operates a casino, and they’re curious to see how Alteryx stacks up against a human dealer. Your task is to build an Alteryx Analytic App that simulates card dealing in a casino setting.
You’ll be provided with two datasets:
You recently got a new high-profile client who runs a casino. They want to run some simulations to see how Alteryx would compare against a human dealer. This is a APP-based challenge where you can test your more advanced skills in Alteryx Designer.
Your first dataset contains the suit and suite names, and you second dataset contain the card values (2-10, J, Q, K, A).
Task 1: Build the Full Deck
Using the two datasets, generate a complete standard deck of 52 playing cards by combining all card values with each of the four suits.
Task 2: Develop an Alteryx App that:
Notes:
Task 3: Sort Each Player’s Hand by Custom Rules
Implement custom sorting logic for each player's hand based on the following criteria:
Example:
For the hand K♦, 2♠, 6♠, 2♣, K♣:
Final order: 2♠, 6♠, 2♣, K♣, K♦
Once you have completed your challenge, include your solution file and a screenshot of your workflow as attachments to your comment.
The Academy Team
This was a fun one... a great break from Advent of Code problems before I finish off the final 8 stars of all 10 years (500 stars here we come). Meanwhile, the timing for this challenge is perfect as I am heading to Vegas on Friday... maybe I should build in some win probability calculations too while I'm at it...
Fun Challenge
I love a game of cards, great challenge. Here's my solution: