SOLVED
Close Date
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
BuchtaA
6 - Meteoroid
‎09-21-2020
03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello all,
I'd like to create a column in my data set titled "Close date." I have created a blank column, and I need the field to be populated with the first day of the current month (ex. 09/01/2020 for September). I'd like to populate it on a monthly basis. Is there a way to do this? I am currently dragging/copying the date in excel after my workflow runs. Please let me know if there is a solution.
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
1 REPLY 1
JWS
Alteryx Alumni (Retired)
‎09-21-2020
03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@BuchtaA try the following formula in your formula tool. This will give you the first day of the month based on today's date.
DateTimetrim(DateTimeToday(),"firstofmonth")
