Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #407: Single Biggest Lottery Winner

robert-headington
8 - Asteroid

#407

martinson
11 - Bolide

Attempt 1

Cheers,
martinson

LinkedIN

Bulien
mgaronson
11 - Bolide
Spoiler
Challenge 407 Workflow Pic.png

  2 questions - number of one-winner jackpots and highest jackpot amount won by a single winner. 

KodyKlein
8 - Asteroid

Thanks!

3I_ATLAS
9 - Comet

T1 is another case of unclear requirements.  Nobody ever one 6/6 of an 'ACCUMULATED' jackpot.  If you take out the 'accumulated jackpot' requirement, then you have a bunch.

Spoiler
WC_407.jpg

 

3I_ATLAS
9 - Comet

Anyone please DM me if there's a more elegant way than this in Alteryx (maybe a function exists) to convert decimal points to thousand separators and vice-versa

ToNumber(
replace(
replace(
replace([Prize won by each player (match 6/6)],'.',':')
,',','.')
,':', ',')
,2)

JBevan89
8 - Asteroid

Solution attached

jfissel
8 - Asteroid
Spoiler
challenge_407_jfissel.png
i-godz
8 - Asteroid
Spoiler
Screenshot 2025-01-23 171317.png
Arran
8 - Asteroid

Awesome