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 #312: Hours, Minutes and Seconds

jfissel
8 - Asteroid
Spoiler
challenge_312_jfissel.png

Not the most efficient route...

pilsworth-bulien-com
13 - Pulsar

My solution:

Spoiler
312.png

3I_ATLAS
9 - Comet

Easy one tool solution @Qiu ! 😃

Although maybe I cheated (you tell me..) since I ignored the 2nd dataset and simply assembled the statement with one big formula.

 

Spoiler

iif(hours>0,ToString([hours])+ " Hours","")
+

iif([minutes]>0,iif([hours]>0, " "+ ToString([minutes])+ " Minutes", ToString([minutes])+ " Minutes") ,"")
+
iif([Seconds]>0,iif([hours]>0 or [minutes]>0, " "+ ToString([Seconds])+ " Seconds", ToString([Seconds])+ " Seconds") ,"")

Spoiler
WC_312.jpg
Qiu
21 - Polaris
21 - Polaris

@3I_ATLAS 
It seems that you are crashing all the weekly challenges. And nice approach you have taken for this one. 😃

Minanashat
8 - Asteroid

Screenshot 2025-03-09 095256.png

DylanBell
10 - Fireball

Definitely more satisfying to see the time in this format 


Bulien
RebekaMazuchova
8 - Asteroid

:)

Saranya1995
8 - Asteroid

Here is my solution!

myastarling
11 - Bolide

here's my solution!

BS_THE_ANALYST
15 - Aurora
15 - Aurora

Right on time.

Spoiler
Time Taken: 04:08
Screenshot 2025-05-26 212322.png

All the best,
BS

LinkedIN

Bulien