Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

I want to check whether date field has date format is MM-dd-YYYY. If not i have to send er

manojkumar123
7 - Meteor

I want to check whether date field has date format is MM-dd-YYYY. If not i have to send error message in report.

2 REPLIES 2
afv2688
16 - Nebula
16 - Nebula

Hello @manojkumar123 ,

 

Would something like this work? My workflow doesn't take into account if it is dd-mm-yyyy or mm-dd-yyyy. (Let's say it only works on strings, not date columns)

 

 

Untitled.png

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Regards

JosephSerpis
17 - Castor
17 - Castor

Hi @manojkumar123 I mocked up a workflow with a regex which will check that the data will match MM-dd-YYYY format.

 

Dates_200120.PNG

Labels
Top Solution Authors