Ayuda con tabla de fechas

hello i need your help

I am creating a payment table, I need the next row to give me the same payment date but with one more month. For example, I start my month on 12/11/2022, I contract 6 months, I need to be given the following dates
01/11/2023
02/11/2023
03/11/2023 etc Thank you for your valuable help
0 3 87
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Hi Steve, 

Sin tรญtulo.png

 

this and using the following expression date(CONCATENATE(MONTH([Add Date])+1,"/",DAY([Add Date]),"/",YEAR([_THISROW].[Add Date])))

with a loop, the problem is when the year is greater than the current year 

EOMONTH([Fecha], 0) + DAY([Fecha])

Top Labels in this Space