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 #382: Life Changing Virtual Reality!

rmassambane
10 - Fireball

382!

rxs200077
5 - Atom

Solution

rxs200077
5 - Atom

Solution

brian_sanders
5 - Atom

 

 

bsanders2009
8 - Asteroid

Fun challenge.  I wanted to learn the Tile tool a little better, so while this isn't as efficient, it was fun to look at it a different way than I normally would have.

 

Spoiler
WeeklyChallenge382.png 

 

Marcel_E
6 - Meteoroid
Spoiler
2023-08-02 16_39_07-Alteryx Designer x64 - Challenge 382_start file.yxmd.png

elaineyuan
8 - Asteroid

Happy Wednesday!

 

Spoiler
challenge_382_elaine_yuan.png
Powerhouse_21
9 - Comet
Spoiler
PH21-382.png

CSmith16
9 - Comet

Here we go again.

Spoiler
Screenshot 2023-08-02 153654.pngScreenshot 2023-08-02 153720.png

Formulas 

Spoiler
Age Group: 
IF [Age]<=28
THEN "18-28"
ELSEIF [Age]>=29 AND [Age]<=39 
THEN "29-39" 
ELSEIF [Age]>=40 AND [Age]<=50
THEN "40-50"
ELSEIF [Age]>=51
THEN "51+"
ELSE"Error" 
ENDIF​

Fun Score: 

(([MotionSickness]/60)*[Duration])

Fun Scale: 

IF [Fun Score]>=9 
THEN "Refund" 
ELSEIF [Fun Score]>=8 AND [Fun Score]<9
THEN "Really Sick"
ELSEIF [Fun Score]>=7 AND [Fun Score]<8
THEN "Sick"
ELSEIF [Fun Score]>=6 AND [Fun Score]<7
THEN "Dizzy"
ELSEIF [Fun Score]>=5 AND [Fun Score]<6
THEN "Feeling weird"
ELSEIF [Fun Score]>=4 AND [Fun Score]<5
THEN "Pretty good"
ELSEIF [Fun Score]>=3 AND [Fun Score]<4
THEN "Fun"
ELSEIF [Fun Score]>=2 AND [Fun Score]<3
THEN "Great!"
ELSEIF [Fun Score]>=1 AND [Fun Score]<2
THEN "AMAZING"
ELSEIF [Fun Score]<1
THEN "LIFE CHANGING!"
ELSE "Error"
ENDIF

VRHeadset: 

Replace([VRHeadset],"PlayStation", "Playstation")
alineruizcampos
8 - Asteroid
Spoiler
Screenshot 2023-08-02 153803.png