How to cast as datetime in Domo workbench?
I need to add a date field to a job in workbench where the date is static, but not the current date. I have been attempting to create a calculated transform and expected to do something similar to: to_date('05/23/2018') or cast('2018-05-23' as datetime) Neither of those are available functions, however, and I don't see…