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 #58: An Odd String to Date Conversion

BrandiGSFS
6 - Meteoroid

This is the first time I completed a challenge without looking at other solutions for a hint, so I'm pretty proud of myself but realized I over complicated this, lol. I suck at formulas so this is the long way to go about it. :)

Spoiler
 Weekly Challenge 58 SG.PNG

 

neilgallen
12 - Quasar

Regex. Superpower.

MattKing
8 - Asteroid

 

Hi, here is my solution

svenk
8 - Asteroid

My Solution!

Ukashi
8 - Asteroid

Thank you for challenge:)

 

Spoiler
image.png
Laurap1228
11 - Bolide

I feel like this is the same as challenge #46 ??

 

Here is my solution in one formula tool with the following function:

 

Spoiler
DateTimeParse(IF Left([date], 1)="0" THEN "19"+Right([date], 6) ELSE "20"+Right([date], 6)  ENDIF,"%Y%m%d")

 

 

danilang
19 - Altair
19 - Altair

Duplicate of Challenge 46

 

Dan

willstom1
8 - Asteroid

Here is my solution:

 

Spoiler
Alteryx Challenge 58 Solution.PNG
JDelgado
8 - Asteroid

Easy peasy...

EFran
7 - Meteor

Pretty straight froward