Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #10: Date Time Calculations

clintonang
7 - Meteor

Think the result output file data is not as accurate but great support from the community. Use the formula tool as well to calculate.

ArtApa
Alteryx
Alteryx

Here is my solution:

Spoiler
ArtApa_0-1592821607578.png

 

JP_SDAK
8 - Asteroid

Thanks Alex for the heads up.  Couldn't figure out why my times were off.  Checked and it's 41 seconds different for each.

hema_sampath
6 - Meteoroid
Spoiler
Days - DateTimeDiff([Time_Now],[TIMESTAMP],'days')
Hours - DateTimeDiff([Time_Now],[TIMESTAMP],'hours')-DateTimeDiff([Time_Now],[TIMESTAMP],'Days')*24
Minutes - DateTimeDiff([Time_Now],[TIMESTAMP],"minutes")-DateTimeDiff([Time_Now],[TIMESTAMP],'hours')*60
Seconds - DateTimeDiff( [Time_Now],[TIMESTAMP],"seconds")-DateTimeDiff([Time_Now],[TIMESTAMP],"minutes")*60
SaâdEnnassiri
8 - Asteroid

Hello gents,

Cool exercice, thx

szade1
8 - Asteroid

Here's my solution...

rmforcreamlisa
7 - Meteor

Here is my solution.

sumanthskumar
8 - Asteroid

Challenge #49

Spoiler
sumanthskumar_0-1595141644064.png

 

Tberney
8 - Asteroid

Threw me for a moment that the Time_now in the input is not the same as the one in the sample solution. Guess if I had read the thread first - but would that be cheating?

Spoiler
Tberney_0-1595170243429.png

 

matt_un
7 - Meteor
Spoiler
First (and probably last) one with a single tool.
matt_un_0-1595244516972.png