Hello Alteryx,
Requesting for immediate help.
What is the correct formula to get the end of month of the last period? This is the formula i used however, it resulted to 08-30-2024 instead of 08-31-2024.
Datetimeformat(toDate(DateTimeAdd(DateTimeLastOfMonth(),-1,'month')),'%B %d, %Y')
Thank you.
Solved! Go to Solution.
@PassION_es have you tried to remove the -1 from the formula?
@PassION_es
We need another Fuction "DateTImeTrim" which can get the last day of the month.
Thank you @Qiu
@OTrieger , -1 represents the last reporting month which is August.
I'm using a different formula
DateTimetrim([DateTime_Out],"lastofmonth")
okay i will try also this one. Thank you.