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 #168: Dice Game - Born to Solve

PaceParillo
7 - Meteor

Here is my solution. A little tool heavy but could be expanded with any number of dice inputs.

Spoiler
168 Spoiler.PNG
JORGE4900
8 - Asteroid

I appreciate your feedback @T_Willins thanks. 

mcultrera
8 - Asteroid

First ever Weekly Challenge :)  Hope they're all this fun!

kat
12 - Quasar
Spoiler
Challenge #168.PNG

Fun one :)

klyuka
8 - Asteroid
Spoiler
No Alteryx magic with joins, just simple math.
First = max([Dice1], [Dice2], [Dice3])
Third = min([Dice1], [Dice2], [Dice3])
Second = [Dice1] + [Dice2] + [Dice3] - [First] - [Third]
JSW2151
5 - Atom

Here is my solution,

Spoiler
Spoiler
weeklychallenge168.PNG

 

NZP
7 - Meteor

Thanks for photo you used a tool I am not familiar with will need to check it out.

acastelazo
8 - Asteroid

Here is my solution:

 

Spoiler
Capture.JPG
dholle1958A
7 - Meteor
Spoiler
SPOILER

First weekly challenge... won't be my last.  Learned a lot reviewing and running other solutions.

hpaulina
6 - Meteoroid