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

Carolyn
8 - Asteroid

Solution attached

NoelCarson
6 - Meteoroid

Enjoyed a good practice with the formula Tool on this one.

Spoiler
1. I used a select tool first to extract just the 'Chat Time' Column.
2. Parsed Chat time through three DateTime tool to extract three field from Chat Time for Hours, Minutes and Seconds.
3. Joined using join multiple so I could use the Hours, Minutes and Seconds with one Formula Tool.
4. On the formula tool used Formula: IF LEFT([Hour],1)=='0' THEN RIGHT([Hour],1) ELSE [Hour] ENDIF on the Hour, Minutes and Seconds field while substituting the Hours with Minutes and Seconds on subsequent formula to remove leading '0'.
5. Used another set of 3 formula's on a new Field name mew Chat Time: IF [Hour]=="0" THEN "" ELSE [Hour] + " Hours " ENDIF. Same formula used again for minutes and seconds.
6. Use Select tool to display only the Chat Time and New Chat Time fields.
JoachimCaronTIL
8 - Asteroid

Here is my solution

 

Spoiler
JoachimCaron_0-1670680547272.png

 

alexhenson
8 - Asteroid
Spoiler
alexhenson_0-1670959370561.png

 

François_Rs
8 - Asteroid
Spoiler
Franois_Rs_0-1671454652368.png

 

sreekanthac
8 - Asteroid

My solution attached.

Spoiler
sreekanthac_0-1671612991676.png

 

grazitti_sapna
17 - Castor

Solution

Sapna Gupta
HannahLaughton
8 - Asteroid

See my solution!

olga_strubbe
10 - Fireball
Spoiler
olga_strubbe_0-1673273345182.png

 

A neat time conversion challenge, thank you!

Kusk
8 - Asteroid

Challenge Completed. Thanks for the fun Challenge