Alteryx Designer Desktop Discussions

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

Date field showing null when used select records

ishwarappa
7 - Meteor

Thank you for kind support always.

 

Following date field value becoming null when I used SELECT tool. May I know how to solve this?

 

Estimated Revenue Dt FMEstimated Revenue Dt FQOrder Init Dt FQ
18-Aug18-Q317-Q4

 

 

4 REPLIES 4
DavidP
17 - Castor
17 - Castor

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:

 

dateformat.png

ishwarappa
7 - Meteor

Thank you very much for the solution. It really helped. May I know how to convert 2018-08-01 to 201808?

ishwarappa
7 - Meteor

WF.PNG

ishwarappa
7 - Meteor

Somehow I am able to resolve this issue on my own. Thank you again for great support.

 

Keep it up the good work.

 

Regards

Ishwarappa

Labels