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 #359: Manipulating Dates

jfissel
8 - Asteroid
Spoiler
challenge_359_jfissel.png
TomashevskiiVladimir
8 - Asteroid

359.png

Saranya1995
8 - Asteroid

Here is my solution!

RebekaMazuchova
8 - Asteroid

:)

aiahwieder
9 - Comet

One tool, one expression!

mattnason1
9 - Comet

This one was fun, did it in a single tool.

 

Spoiler
ToString(DateTimeYear(DateTimeParse([Date],'%m/%d/%Y'))) + 'Q' + ToString(Ceil(DateTimeMonth(DateTimeParse([Date],'%m/%d/%Y'))/3))