Hi,
I am having trouble with Alteryx as my data contains date type values (i.e. 02-Apr-17) for some reason Alteryx changes this to 2017-04-02 (I take it this is the default way in which Alteryx shows it). However the output I want is the initial one I started with (dd-mmm-yy) but I don't get that. Also what if the data type is not a date can I not get the initial output i started with?
Furthermore, if some a column has 'custom' type data (looks like a date -i.e. 02-Apr-17) and within that same column there are N/A's would this be considered within Alteryx as null?
Thanks and hope my question can be answered :)
Solved! Go to Solution.
There are two methods that you could explore here.
Both methods are attached in the workflow.
You are churning out solutions, my friend. Really appreciate your input on this! When you explain it, I really do get what you are trying to do and its impressive!!
I am trying the 2nd method that you recommended and I think this would be a neat way to do it! However, I am getting errors (see attached) :(
I could send you the workflow but would need to get pre-authorisation as its live data from company and do not want to get into trouble. Can maybe send over a sample..
You are churning out solutions, my friend. Really appreciate your input on this! When you explain it, I really do get what you are trying to do and its impressive!!
I am trying the 2nd method that you recommended and I think this would be a neat way to do it! However, I am getting errors (see attached) :(
I could send you the workflow but would need to get pre-authorisation as its live data from company and do not want to get into trouble. Can maybe send over a sample..
I know this sounds strange, but try shortening and simplifying your field names. Sometimes Alteryx can get finnicky with really long field names with special characters included. Also, try removing certain fields when you pass it through the Multi-Field Formula tool to isolate if it is a particular field giving you trouble or an issue with the data/formula itself.
Thanks Mcarrico you are a genius! I used the multi-field formula tool. However I did not need the DateTimeParse() functionality. After taking that out it now works and is giving out the output that I was looking for.
Thank you!