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

Converting Decimal to String/Date

dwardTG
5 - Atom

Helo All,

 

I have a field that has date of birth (ex. 19540417) in it and that field is fixed decimal. I'm am needing to convert the field in designer to a string or date. 

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @dwardTG 

 

Check this link to see how to parse dates.

 

In your case:

New Field: Date Type

DateTimeParse(ToString([Field]), "%Y%m%d")

 

Cheers,

Labels
Top Solution Authors