Thank you for kind support always.
Following date field value becoming null when I used SELECT tool. May I know how to solve this?
18-Aug is not a recognized Alteryx date format, so you have to use a DateTimeParse function first to convert it to a date format before changing the data type to DateTime, like this:
Thank you very much for the solution. It really helped. May I know how to convert 2018-08-01 to 201808?