Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Set date time to specified values

Molson
6 - Meteoroid

Hello,

 

I am trying to compare the create time of a file and make sure that it was created after 6am current day. Is there a way to set a specific time in the date time value?  

 

Thank you

2 REPLIES 2
Warcry
9 - Comet

You can add this in the formula tool: DateTimeToday() + " 06:00:00" and make sure the datatype is set to datetime.

Warcry
9 - Comet

If my answer solved your use case please make as resolved, thank you.

Labels
Top Solution Authors