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

waterflower
5 - Atom

Here is my submission

messi007
15 - Aurora
15 - Aurora

Attached my solution.

Spoiler
Capture.PNG
Labhesh
8 - Asteroid

Solved! 

Great Challenge!

DaisukeTsuchiya
14 - Magnetar
14 - Magnetar
Spoiler
スクリーンショット 2023-08-03 194839.jpg

cgetz23
7 - Meteor

Conmplete!

JyotiVG
8 - Asteroid
 

My solution

 

 
Spoiler
Picture1.png

 

 

suzosak
5 - Atom

1st challenge

Laurap1228
11 - Bolide

here is my solution:

Spoiler

image upload failed ):

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

My solution.

Spoiler
Workflow
Challenge 382_1.png
Formula for Age Group
IF [Age] >= 18 AND [Age] < 29 THEN "18-28"
ELSEIF [Age] < 40 THEN "29-39"
ELSEIF [Age] < 51 THEN "40-50"
ELSEIF [Age] >= 51 THEN "51+"
ELSE Null()
ENDIF

Formula for Fun Scale
FunScoreDouble = [MotionSickness] / 60 * [Duration]
Fun Scale = 
  IF [FunScoreDouble] >= 9 THEN "Refund"
  ELSEIF [FunScoreDouble] >= 8 THEN "Really sick"
  ELSEIF [FunScoreDouble] >= 7 THEN "Sick"
  ELSEIF [FunScoreDouble] >= 6 THEN "Dizzy"
  ELSEIF [FunScoreDouble] >= 5 THEN "Feeling weird"
  ELSEIF [FunScoreDouble] >= 4 THEN "Pretty good"
  ELSEIF [FunScoreDouble] >= 3 THEN "Fun"
  ELSEIF [FunScoreDouble] >= 2 THEN "Great!"
  ELSEIF [FunScoreDouble] >= 1 THEN "AMAZING"
  ELSE "LIFE CHANGING!"
  ENDIF

Reesetrain2
9 - Comet
9 - Comet

All,

 

My solution...

Spoiler
Screenshot 2023-08-03 222917.png