Hi,
Based on current date, would like to have all past months in current year.
For example
Input Date is:
Required Output:
Many Thanks.
Hi @SejalP1 ,
You'll need the generate rows tool.
Please be mindful tat your dates need to be formatted correctly so Alteryx can work with them. For this you may need to use the DateTimeParse tool.
hi
Follows attached workflow
I was able to achieve this using the Generate Rows tool. Check out the attached example to see this in action.
Hi @SejalP1
Similar to the solutions from @CharlieS , @geraldo and @LukeM with difference being that the you don't need to enter the current date in an input box. The generate rows uses DateTimeToday() as a starting value
Dan