Hello Alteryx Community!
I want to add a new date column to my data with a static date of "08-05-2022"
What I have tried:
I used a formula to create a new column using the DateTimeNow() function - that returns the current date. In that function I also added "08-05-2022" but that failed as a valid date.
I have to change this date each month, so I'm looking for the most efficient way to create the column with the new data update date each month.
Many thanks!
Hey @LMBC,
The Alteryx date format is yyyy-MM-dd. Try putting "2022-05-08" instead:
How do you want to make this dynamic does it have to change to the 8th of each month when the date is past the 8th?
@IraWatt The date will be different each month and the stakeholder wants to capture the date of the file refresh. Thank you for responding!
@LMBC you can capture whenever the workflow is run using the datetimenow() function
If your interested in learning more about the datetime functions there is a great cheat sheet Blog here: https://community.alteryx.com/t5/Engine-Works/DateTime-Functions-Cheat-Sheet/ba-p/844353
If its a randomly day each month with no logic then the only way to automate that would be with an Alteryx App in which a user could input the day for that month.
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |