Skip to main content

Hello,

I've encountered an issue with the DATETIME_PARSE function not correctly converting a concatenated date and time from two fields. Is there something I'm missing?

Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:

DATEADD({Date}, {Start Time}, 'seconds')


Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:

DATEADD({Date}, {Start Time}, 'seconds')


Brilliant! Thanks so much @Arthur_Tutt. I was deep down the rabbit hole. I appreciate it!


Reply