We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Custom Workflow to convert columns from string to date

amcgill2
7 - Meteor

Hello Alteryx community! I am hoping you can help me with the below questions as I am a super new user to Alteryx! I need to use a custom workflow to check the following:

  1. Any records with DOCUMENT_DATE after RECORDING_DATE? (I think I will need to convert DOCUMENT_DATE and RECORDING_DATE from string to date data type)

Can you please help me create this workflow to answer the question accurately? 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @amcgill2 

 

Alteryx supports only date format in yyyy-mm-dd. Hence we need to convert them into alteryx format. We can convert into alteryx format by datetimeprase() formula and giving the current format of the date.

 

Workflow:

atcodedog05_0-1621783979891.png

 

Hope this helps 🙂

 

Labels
Top Solution Authors