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 #308: Size it up

Computernerd
8 - Asteroid
Spoiler
 

 

Here is my solution

GeoLopez33
7 - Meteor

My Solution

crisguzmanbp
6 - Meteoroid

Done!

DouDoune
7 - Meteor

Size it up.png

CSmith16
9 - Comet

Here.

 

Regex: 

(.*),(\d*),(\d{2})(\d{3})
Spoiler
Screenshot 2023-06-28 145436.pngScreenshot 2023-06-28 145522.png

 

CSmith16
9 - Comet

Re-did mine. Mine was too similar to the solution provided.

 

Regex:

 

 

(.*),(\d*),(\d{2})(\d{3})

 

 

Spoiler
 
Screenshot 2023-06-28 160001.pngScreenshot 2023-06-28 160024.png
CSmith16
9 - Comet

@joelmiller66 

 

I both appreciate and hate your name at the same time. Brings both happy and sad memories. 

tristank
11 - Bolide

I found some values that didn't seem fully correct and were therefore filtered out. This changed my % of total calcs slightly but everything else aligned so I'm happy with the output.

 

Spoiler
308.png

 

hlee36
8 - Asteroid

Attached is my solution for 308

IanHealey
8 - Asteroid

Solution