Would like to see a conversion function that will deliver a Date value when the day, month and year values are in separate fields:
ToDate([Year],[Month],[Day])
It would be ideal if the input values could be either string or numeric.
I would also like to see some more robust date conversion options.
This is a great example, because writing this today probably ends up looking something like
DATETIMEPARSE(TOSTRING([YEAR])+"-"+TOSTRING([MONTH])+"-"+[Day],"%Y-%m-%d")
Which is a fairly messy level of transformation.
The date-time treatment more broadly needs to be revisited. Sometimes you use "months" sometimes you use %m and sometimes you use 'mm' to indicate months.
Have a look at this post:
https://community.alteryx.com/t5/Alteryx-Product-Ideas/Refactor-Date-time-treatment/idi-p/46420
The status of this idea has been changed to 'Inactive'. This status indicates that:
1. The idea has not had activity in the form of likes or comments in over a year.
2. The idea has not reached ten likes.
3. The idea is still in the 'New Idea' status.
However, this doesn't mean your idea won't be implemented! The Community can still like and comment on this idea. With enough renewed interest, this idea can be brought back into the 'New Idea' status.
Thank you for contributing to the Alteryx Community and the Alteryx Product Idea Boards!