I used this formula to roll-forward my data to the next month. However, when my Interface "Date" function's PriorDt was set up 6/30/2025, this formula returned 7/30/025 instead of 7/31/2025. I thought this formula is supposed to take into consideration the days in the month. Is there a way I can use the Interface Date function and roll the data forward at the end of each month? Thank you in advance.
DateTimeAdd("%Question.PriorDt%",1,"month")