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

Tgigs
8 - Asteroid

My solution attached.

mattbov92
8 - Asteroid

My Solution

gjjadhao
9 - Comet
Spoiler
spoiler#10.png

Solution is attached......used CEIL and but seems Input TimeNow is different than Output TimeNow

jpg34
8 - Asteroid

my solution

jpg34
8 - Asteroid

my solution

orangebomber
7 - Meteor

spoiler

Christina_H
14 - Magnetar

I adjusted the value of Time_Now to match the output for easier checking

Spoiler
Days: DateTimeDiff([Time_Now],[TIMESTAMP],"day")
Hours: MOD(DateTimeDiff([Time_Now],[TIMESTAMP],"hour"),24)
Minutes: MOD(DateTimeDiff([Time_Now],[TIMESTAMP],"minute"),60)
Seconds: MOD(DateTimeDiff([Time_Now],[TIMESTAMP],"second"),60)
CurtisPaterson
8 - Asteroid

Completed

williamnolan03
8 - Asteroid

Done

mertshepard
8 - Asteroid

Solution attached.