I am have been experiencing problem with converting string date e.g. 2020-APR to last date of the month 30-04-2020. I have tried DateTime Tool, used different function in the formula tool such as DateTimeParse, DateTimeFormat, ToDate, and DateTimeLastOfMonth but I keep getting null.
Would anyone be of help on how to tackle this issue please?
Solved! Go to Solution.
Hi atcodedog05,
I sincerely don't know how to thank you but thank you so much for providing this solution. I suffered for many weeks trying different ways. I realised my output format was incorrect, I selected Date formate instead of String.
Thank you very for your help.
Happy to help : ) @saya5650
Cheers and have a nice day!
Morning,
If I may ask for further help, I am unable to filter the date output as the Data type is in String. I tried to change the Data Type in the Formulae Tool to Date but I get the below error message. Any tips on how to correct this?
Hi @saya5650
Alteryx only supports DateTime format yyyy-mm-dd
You can remove the datetimeformat and use the like formula like below.
Hope this helps : )
Fantastic! it works.
Thank you again atcodedog05!
Happy to help : ) @saya5650
Cheers and have a nice day!