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

Combining two different date formats in a work flow.

luised4
6 - Meteoroid

Hello,

 

I'm using two different date format for a work flow. For example, YYYY-MM-DD and YYYYMMDD. I would like to change the date format to run my query correctly.

Capture.PNG

How can I change it?. Please see attached picture.

3 REPLIES 3
aatalai
15 - Aurora

I would suggest converting them both to string and then using the formula tool to remove the dashes  replace([field],"-","")

 

Let me know if that helps

luised4
6 - Meteoroid

It worked. Thank you very much. 

luised4
6 - Meteoroid

It worked. Thank you.

Labels
Top Solution Authors