Hi There,
I am trying to generate rows in alteryx.
The date must be repeated every month for the next next 12 months
the date is October 31, 2019
so basically the next couple days should be
October 31st, 2019
November 30th 2019
December 31st 2019
January 31st, 2020
I am using the loop:
DateTimeAdd([Generated Month],1,'Month')
but it is giving me the following dates:
October 31st, 2019
November 30th 2019
December 30th 2019
January 30th, 2020
can you please help.
Thank you so much