Hi,
I'm trying to get an output that has text and date (in mm/dd/yyyy format) in a column. I've used DateTimeFormat & DateTimeParse to format when there is date in source, but I'm not getting desired result for date, however the text output is coming in right.
Looking for experts advice!
Thank you!
Bharat S
Solved! Go to Solution.
Hi @SomuGS
The date syntax is case sensitive. Try making the M and D lowercase.
See more info here: DateTime Functions | Alteryx Help
Hi, @SomuGS
Trying to understand.
Is it that you have a source column that has both String and Date formats in its field values?
Okay, got it.
Use ToString([Your Date Field]) to force all values to String and then make the updates @Luke_C mentioned.
You're most welcome @SomuGS